Get Page History
confluence_get_page_historyRetrieve a specific historical version of a Confluence page using its ID and version number. Choose markdown or raw HTML output.
Instructions
Get a historical version of a specific Confluence page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Confluence page ID (numeric ID, can be found in the page URL). For example, in 'https://example.atlassian.net/wiki/spaces/TEAM/pages/123456789/Page+Title', the page ID is '123456789'. | |
| version | Yes | The version number of the page to retrieve | |
| convert_to_markdown | No | Whether to convert page to markdown (true) or keep it in raw HTML format (false). Raw HTML can reveal macros (like dates) not visible in markdown, but CAUTION: using HTML significantly increases token usage in AI responses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |