confluence_get_blog_posts_in_space
Retrieve blog posts from a specific Confluence space. Supports pagination, filtering by title, status, and body format. Trims responses by default to reduce token consumption.
Instructions
Get all blog posts in a specific space. 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 | |
| title | No | Filter by exact title match | |
| cursor | No | Cursor for pagination | |
| status | No | Filter by status | |
| spaceId | Yes | The ID of the space | |
| bodyFormat | No | The format of the body content to return |