Get Page History
confluence_get_page_historyRetrieve historical versions of Confluence pages to track changes, restore previous content, or analyze document evolution over time.
Instructions
Get a historical version of a specific Confluence page.
Args: ctx: The FastMCP context. page_id: Confluence page ID. version: The version number to retrieve. convert_to_markdown: Convert content to markdown (true) or keep raw HTML (false).
Returns: JSON string representing the page content at the specified version.
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 |