confluence_get_page_version
Retrieve a specific version of a Confluence page by its ID and version number. Optionally get the full raw API response instead of the trimmed default.
Instructions
Get a specific version of a page. 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 | |
| versionNumber | Yes | The version number to retrieve |