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_pkintegerRequired
Primary key identifying the export file.
idintegerRequired
A unique integer value identifying this project.

Response

created_atdatetime
Creation time
idinteger
converted_formatslist of objects or null
countersany or null
created_byobject or null
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_atdatetime or null
Complete or fail time
md5string or null<=128 characters
statusenum or null
* `created` - Created * `in_progress` - In progress * `failed` - Failed * `completed` - Completed
Allowed values:
titlestring or null<=2048 characters