confluence_attachment_list
Retrieve a paginated list of attachments from a Confluence page. Use the returned cursor to fetch the next page.
Instructions
List attachments on a Confluence page (one page per call). Pass the returned next_cursor back as cursor to fetch the next page. limit defaults to 25. Mirrors omni-dev atlassian confluence attachment list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of attachments per page. Defaults to 25. | |
| cursor | No | Pagination cursor (use `next_cursor` from a previous call). | |
| page_id | Yes | Confluence page ID. |