---
title: "Download Export"
method: GET
path: "/v1/exports/{export_Id}"
tags: ["Exports"]
---

# Download Export

`GET /v1/exports/{export_Id}`

Download the contents of the exported CSV file. 



> 📘 Important notes
>
> **Base URL:** 
> - `https://download.voucherify.io` (Europe) 
> - `https://us1.download.voucherify.io` (US) 
> - `https://as1.download.voucherify.io` (Asia) 
>
> **Token:** Can be found within the `result` parameter of the [Get Export](/api-reference/exports/get-export) method response.

## Response `200`

Returns contents of CSV file.

## Other responses

- `401` — Returns an error if an invalid token was provided.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/versions/4982266e0494/schema)
