List all export snapshots

GET

Returns a list of export file (snapshots) for a specific project by ID. The project ID can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using List all projects.

Included in the response is information about each snapshot, such as who created it and what format it is in.

Path parameters

idintegerRequired

A unique integer value identifying this project.

Response

This endpoint returns a list of objects.
titlestringOptional
idintegerOptional
created_byobjectOptional

Project owner

created_atdatetimeOptional

Creation time

finished_atdatetimeOptional

Complete or fail time

statusenumOptional
Allowed values: createdin_progressfailedcompleted
md5stringOptional
countersmap from strings to anyOptional
converted_formatslist of objectsOptional