---
title: "Download Data File"
method: GET
path: "/v2/data/{file_id}/download"
tags: ["data"]
---

# Download Data File

`GET /v2/data/{file_id}/download`

Presign an inline and an attachment link for a ready data file.

## Path parameters

- `file_id` string, uuid, required

## Response `200`

Successful Response

- DataFileDownloadResponse — Short-lived links to a ready file: ``url`` renders in place, ``download_url`` saves.
  - `url` string, required
  - `download_url` string, required

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists
- `422` — Validation Error

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/f4d79d769332/schema)
