---
title: "Download export snapshot as file in specified format"
method: GET
path: "/api/projects/{id}/exports/{export_pk}/download"
tags: ["Export"]
---

# Download export snapshot as file in specified format

`GET /api/projects/{id}/exports/{export_pk}/download`

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:POST/api/projects/{id}/exports/)
        or after [listing export files](api:GET/api/projects/{id}/exports/).

## Path parameters

- `export_pk` integer, required
- `id` integer, required

## Query parameters

- `exportType` string

## Response `200`

Export file

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/e1d2a9429168/schema)
