API ReferenceProjectsExports

Get export snapshot by ID

GET

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

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

Response

This endpoint returns an object
title
stringOptional
id
integerOptional
created_by
objectOptional
Project owner
created_at
datetimeOptional
Creation time
finished_at
datetimeOptional
Complete or fail time
status
enumOptional
Allowed values: createdin_progressfailedcompleted
md5
stringOptional
counters
map from strings to anyOptional
converted_formats
list of objectsOptional