API ReferenceProjectsExports

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
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