List Page Attachments
list_page_attachmentsRetrieve attachments on a Confluence page using its page ID, with optional filters for file type, filename, or status.
Instructions
List attachments on a page.
Args:
page_id: Page ID.
sort: Sort field.
cursor: Pagination cursor.
status: Attachment status filter.
mediatype: MIME type filter, e.g. 'image/png'.
filename: Filename filter.
limit: Max results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| cursor | No | ||
| status | No | ||
| page_id | Yes | ||
| filename | No | ||
| mediatype | No |