---
title: "Show Macro Attachment"
method: GET
path: "/api/v2/macros/attachments/{attachment_id}"
tags: ["Macros"]
---

# Show Macro Attachment

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

Shows the properties of the specified macro attachment.

#### Allowed For
* Agents

## Response `200`

Success Response

- MacroAttachmentResponse
  - `macro_attachment` 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)
