confluence_get_blog_post
Retrieve a specific Confluence blog post by ID. Get detailed content including body, versions, labels, and properties with customizable output format.
Instructions
Get a specific blog post by ID. Returns detailed blog post information including body content. 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. | |
| version | No | Specific version number to retrieve | |
| getDraft | No | If true, returns the draft version if available | |
| blogPostId | Yes | The ID of the blog post | |
| bodyFormat | No | The format of the body content to return | |
| includeLabels | No | Include labels in the response | |
| includeVersions | No | Include version history in the response | |
| includeProperties | No | Include content properties in the response |