---
title: "Download Custom Export"
method: GET
path: "/v2/exports/{id}"
tags: ["Export Management"]
---

# Download Custom Export

`GET /v2/exports/{id}`

Downloading a custom export

## Path parameters

- `id` string, required

## Response `200`

OK

- CreateShowExportResponse
  - `id` string, required — Exports ID
  - `created_at` string, date-time, required — Created date for export
  - `updated_at` string, date-time, required — Updated date for export
  - `status` string, required — Updated date for export
  - `file_url` string, nullable, required — URL to download the export.
  - `template` object, required
    - `id` string, required — Template ID
    - `title` string, required — Title of the template used.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
