---
title: "Download export"
method: GET
path: "/v1/exports/{exportId}/download"
tags: ["Exports"]
---

# Download export

`GET /v1/exports/{exportId}/download`

Download the file associated with a specific export. Pass `as_redirect=true` to receive a 302 redirect to a short-lived S3 signed URL instead of the file body.

## Path parameters

- `exportId` string, required

## Query parameters

- `as_redirect` union
  - boolean
  - 'true' | 'false'

## Response `200`

- string, binary

## Other responses

- `302`

---

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