---
title: "Get a note attachment"
method: GET
path: "/notes/{noteId}/attachments/{attachmentId}"
tags: ["Note API:Attachments"]
---

# Get a note attachment

`GET /notes/{noteId}/attachments/{attachmentId}`

## Path parameters

- `noteId` string, uuid, required
- `attachmentId` string, uuid, required

## Response `200`

Requested note attachment

## Other responses

- `404` — Requested note attachment was not found

---

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