---
title: "Download"
method: GET
path: "/exports/download"
tags: ["Exports"]
---

# Download

`GET /exports/download`

Download the extraction file of an export request.
</br></br>Status of the export must be `SUCCESS` to call this API. See <a href="/operations/export_view">view export API</a> to get the current status of your export.
</br></br>The link to the JSON file that you can found under the `Location` section of the response header will expire after 20 minutes. You will need to call this API again to generate a new file.

## Query parameters

- `id` string, required

## Headers

- `X-Batch-Project` string, required

## Other responses

- `307` — The resource requested can be found under the `Location` section of the response header.
- `400` — The request is malformed
- `401` — The Rest API Key is not valid for this project
- `404` — Not found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Unexpected error
- `503` — Batch's services are under maintenance. Please try again later

---

[API](https://skmtc.net/batch/apis/batch-rest-api.md) · [All operations](https://skmtc.net/batch/apis/batch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/batch/batch-rest-api/revisions/ec696334ff35/schema)
