confluence_list_versions
Retrieve version history for a Confluence page by page ID or URL. Control the number of versions with limit and navigate paginated results with cursor.
Instructions
List version history of a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
limit: Maximum number of versions to return (default 10, max 50).
cursor: Pagination cursor from a previous result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| page_id | Yes |