List Page Versions
list_page_versionsFetch the full version history of a Confluence page by its ID. Sort, paginate, and limit results to review changes over time.
Instructions
List the version history of a page.
Args:
page_id: Page ID.
cursor: Pagination cursor.
limit: Max results.
sort: Sort field — 'created-date' (oldest first) or '-created-date' (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| cursor | No | ||
| page_id | Yes |