get_page_attachments
Retrieve all file attachments from a Confluence page, including names, sizes, types, and download URLs for document management.
Instructions
List all file attachments on a Confluence page.
Args: page_id: The page ID. max_results: Max attachments to return (default 50).
Returns a list of attachments with name, size, type, and download URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| max_results | No |