---
title: "Get attachment download URL"
method: GET
path: "/attachments/{id}/_download"
tags: ["Attachments"]
---

# Get attachment download URL

`GET /attachments/{id}/_download`

Returns a time-limited signed URL for downloading the attachment. The URL expires after 1 hour.

## Path parameters

- `id` string, required

## Response `200`

Signed download URL for the attachment

- AttachmentDownloadDto
  - `url` string, required — Time-limited signed URL for downloading the attachment. Expires after 1 hour.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Attachment not found
- `500` — Error response

---

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