---
title: "Get Note Attachment Download Url"
method: GET
path: "/v2/note-attachments/{attachment_id}/download-url"
tags: ["external", "external-v2"]
---

# Get Note Attachment Download Url

`GET /v2/note-attachments/{attachment_id}/download-url`

Generate a temporary signed download URL for a note attachment.
Use this when note content references an attachment, but the underlying file URL is not directly downloadable.
The caller must be able to access the requested attachment.

## Path parameters

- `attachment_id` string, uuid, required — UUID of the note attachment to download. The caller must be able to access this attachment.

## Response `200`

OK

- GetNoteAttachmentDownloadUrlResponseSchema
  - `download_url` string, required — A signed URL that can be used to download the attachment.
  - `id` string, uuid, required — UUID of the requested note attachment.
  - `request_id` string, required — Identifier for this API request. Useful for tracing and support.

---

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