confluence_get_blog_posts
Fetch Confluence blog posts filtered by status, space, title, or paginated with a cursor. Response is trimmed to save tokens; request full raw data if needed.
Instructions
Get all blog posts. Returns blog posts filtered by various parameters. Results are paginated - use the returned cursor to fetch more pages if you don't find what you need. 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 (default 25, max 250) | |
| title | No | Filter by exact title match | |
| cursor | No | Cursor for pagination | |
| status | No | Filter by status (current, trashed, deleted, draft) | |
| spaceId | No | Filter by space IDs | |
| bodyFormat | No | The format of the body content to return |