list_attachments_on_page
Retrieve all attachments from a Confluence page. Filter by filename or media type to find specific files.
Instructions
Lists all attachments for a specific Confluence page. Can be filtered by filename or media type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of attachments to return. Default is 50, maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| pageId | Yes | The ID of the Confluence page whose attachments are to be listed. | |
| filename | No | Filter attachments by their filename. | |
| mediaType | No | Filter attachments by their MIME type (e.g., "image/png", "application/pdf"). |