---
title: "Download a file"
method: GET
path: "/v1/files/{fileId}/content"
tags: ["Adam API"]
---

# Download a file

`GET /v1/files/{fileId}/content`

## Path parameters

- `fileId` string, uuid, required

## Other responses

- `302` — Redirects to a short-lived download URL
- `400` — Invalid request
- `401` — Missing or invalid Bearer credential
- `402` — Payment or subscription required
- `403` — Credential is missing a required scope
- `404` — Resource not found
- `409` — Request conflict
- `429` — Rate limit exceeded
- `500` — Internal API error

---

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