Download export snapshot

Download an export snapshot as a file in a specified format. To see what formats are supported, you can use Get export formats or see Export formats supported by Label Studio.

You will need to provide the project ID and export ID (export_pk). The export ID is returned when you create the export or you can use List all export snapshots.

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.

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>

Query parameters

exportTypeenumOptional

Selected export format. JSON is available by default. For other formats, you need to convert the export first.

Response

Exported data in binary format