Get export snapshot by ID
Retrieve information about an export file by export ID for a specific project.
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
export_pk
Primary key identifying the export file.
id
A unique integer value identifying this project.
Response
created_at
Creation time
id
converted_formats
counters
created_by
A ModelSerializer that takes additional arguments for
"fields", "omit" and "expand" in order to
control which fields are displayed, and whether to replace simple
values with complex, nested serializations
finished_at
Complete or fail time
md5
status
* `created` - Created
* `in_progress` - In progress
* `failed` - Failed
* `completed` - Completed
Allowed values:
title