confluence_get_page
Retrieve a Confluence page by its ID, including body content and metadata. Optionally fetch a specific version, draft, or full raw response.
Instructions
Get a specific page by ID. Returns detailed page 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. | |
| pageId | Yes | The ID of the page | |
| version | No | Specific version number to retrieve | |
| getDraft | No | If true, returns the draft version if available | |
| 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 |