confluence_get_blog_post_version
Retrieve a specific version of a Confluence blog post. Trims response by default to reduce token usage; pass full=true for raw API output.
Instructions
Get a specific version of a blog post. 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. | |
| blogPostId | Yes | The ID of the blog post | |
| versionNumber | Yes | The version number to retrieve |