get_confluence_page_versions
Retrieve the version history of a Confluence page, returning each version's author, timestamp, and optional message for audit or rollback.
Instructions
Get the version history of a Confluence page. Returns a list of versions with author, timestamp, and optional version message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of versions to return (1-200, default 25). | |
| pageId | Yes | The ID of the Confluence page to retrieve version history for. |