---
title: "Download file content"
method: GET
path: "/files/{id}/content"
tags: ["files"]
---

# Download file content

`GET /files/{id}/content`

Returns a temporary presigned URL to download the file. The URL expires after 10 minutes.

## Path parameters

- `id` string, cuid, required — The ID of the item

## Headers

- `x-client-id` string, cuid, required — The ID of the client

## Response `200`

Presigned download URL

- FileContent
  - `url` string, uri, required — A temporary presigned URL to download the file
  - `expiresIn` integer, required — Seconds until the URL expires

## Other responses

- `401` — Unauthorized
- `404` — File not found
- `422` — Invalid id error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/steuerboard/apis/steuerboard-api.md) · [All operations](https://skmtc.net/steuerboard/apis/steuerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steuerboard/steuerboard-api/versions/9170dd572b31/schema)
