download_confluence_attachment
Download any Confluence attachment by ID and receive its content as a base64-encoded string, allowing direct access to files attached to a page.
Instructions
Downloads a specific Confluence attachment and returns its content as a base64-encoded string. This is useful for reading the content of files attached to a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | The version number of the attachment to download. If not specified, the latest version is downloaded. | |
| attachmentId | Yes | The unique identifier of the attachment to download. |