confluence_get_attachment
Retrieve a specific Confluence attachment by its ID, with trimmed output by default or full raw response when needed.
Instructions
Get a specific attachment by ID. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| version | No | Specific version number to retrieve | |
| attachmentId | Yes | The ID of the attachment |