---
title: "Load an attachment"
method: GET
path: "/api/v1/attachment"
---

# Load an attachment

`GET /api/v1/attachment`

Returns an attachment given its id.

## Headers

- `attachment-id` string, required

## Response `200`

Successful Response

- ApiResponseAttachmentResponse
  - `r` AttachmentResponse, required — Attachment response model.
    - `title` string, required
    - `type` string, required
    - `content` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
