---
title: "Get a presigned URL for downloading an attachment"
method: GET
path: "/v1/attachments/{attachmentId}/download"
tags: ["attachments"]
---

# Get a presigned URL for downloading an attachment

`GET /v1/attachments/{attachmentId}/download`

## Path parameters

- `attachmentId` string, uuid, required

## Response `200`

Successful response

- object
  - `signedUrl` string, uri, required
  - `filename` string, required
  - `mimeType` string, required
  - `expiresAt` string, required

## Other responses

- `400` — Invalid input data
- `404` — Resource not found
- `500` — Internal server error

---

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