confluence_get_blog_post_attachments
Retrieve attachments from a Confluence blog post. Supports pagination and filtering by filename or media type.
Instructions
Get attachments on a specific blog post. Results are paginated - use the returned cursor to fetch more if needed. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| limit | No | Maximum number of results | |
| cursor | No | Cursor for pagination | |
| filename | No | Filter by filename | |
| mediaType | No | Filter by media type | |
| blogPostId | Yes | The ID of the blog post |