confluence_list_attachments
List all attachments on a specified Confluence page using page ID or URL, with pagination support to handle large numbers of files.
Instructions
List attachments on a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
limit: Maximum number of attachments to return (default 25, max 100).
cursor: Pagination cursor from a previous result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| page_id | Yes |