---
title: "Lookup an attachment of a specific Analyst Note"
method: GET
path: "/attachment/{note_id}"
tags: ["Analyst Note"]
---

# Lookup an attachment of a specific Analyst Note

`GET /attachment/{note_id}`

Download the binary attachment file associated with an analyst note.

## Path parameters

- `note_id` string, required

## Response `200`

Binary data of the note attachment

## Other responses

- `404` — Resource not found

---

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