confluence_list_attachments
Find attachments on a Confluence page by filename, media type, status, or cursor. Use this to retrieve a list of files attached to a page, or page context for attachments with body and comments.
Instructions
Primitive: list attachments for a page with optional filename, media type, status, and cursor filters. For attachments together with the page body and comments, prefer confluence_get_page_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | No | ||
| page_id | Yes | ||
| filename | No | ||
| max_chars | No | ||
| media_type | No |