---
title: "List Macro Attachments"
method: GET
path: "/api/v2/macros/{macro_id}/attachments"
tags: ["Macros"]
---

# List Macro Attachments

`GET /api/v2/macros/{macro_id}/attachments`

Lists the attachments associated with a macro.

#### Allowed For
* Agents

## Response `200`

Success Response

- MacroAttachmentsResponse
  - `macro_attachments` MacroAttachmentObject[]
    - `content_type` string — The content type of the image. Example value: "image/png"
    - `content_url` string — A full URL where the attachment image file can be downloaded
    - `created_at` string, date-time — The time when this attachment was created
    - `filename` string — The name of the image file
    - `id` integer — Automatically assigned when created
    - `size` integer — The size of the image file in bytes

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
