Get export snapshot by ID

Retrieve information about a specific export file (snapshot).

You will need the export ID. You can find this in the response when you create the snapshot via the API or using List all export snapshots.

You will also need the project ID. This can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using List all projects.

Path parameters

project_idintegerRequired
A unique integer value identifying this project.
export_pkstringRequired
Primary key identifying the export file.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Response

titlestring or null<=2048 characters
idinteger or null
created_byobject or null
Project owner
created_atdatetime or null
Creation time
finished_atdatetime or null
Complete or fail time
statusenum or null
Allowed values:
md5string or null>=1 character<=128 characters
countersmap from strings to any or null
converted_formatslist of objects or null