Download export snapshot as file in specified format
Download an export file in the specified format for a specific project. Specify the project ID with the `id`
parameter in the path and the ID of the export file you want to download using the `export_pk` parameter
in the path.
Get the `export_pk` from the response of the request to [Create new export](/api#operation/api_projects_exports_create)
or after [listing export files](/api#operation/api_projects_exports_list).
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
export_pk
Primary key identifying the export file.
id
A unique integer value identifying this project.
Query parameters
exportType
Selected export format
Response
Export file