---
title: "GET /attachments/{id}/download"
method: GET
path: "/attachments/{id}/download"
tags: ["Files"]
---

# GET /attachments/{id}/download

`GET /attachments/{id}/download`

Redirect to a time-limited signed URL for downloading an attachment. Returns HTTP 302 with a `Location` header pointing at a short-lived S3 URL. The URL expires after a short period and must not be cached.

## Path parameters

- `id` number, required

## Other responses

- `302` — Redirect to signed download URL
- `4XX` — Client Request Errors
- `5XX` — Server Errors

---

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