---
title: "Download Attachment"
method: GET
path: "/attachments/{attachmentId}/download"
tags: ["Attachments"]
---

# Download Attachment

`GET /attachments/{attachmentId}/download`

Downloads a file attachment by its ID

## Path parameters

- `attachmentId` integer, required

## Response `200`

File downloaded successfully

## Other responses

- `403` — Access denied
- `404` — Attachment not found

---

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