List page history
wiki_page_historyList a wiki page's revision history: version IDs, dates, authors, and action types, plus the true total count to identify incomplete trails. Provide a version ID to inspect a snapshot.
Instructions
List the revision history of a page: a trail of versions (versionId, versionDate, authorName, actionType — initial/edit/move; a restore shows as an edit here, and the snapshot it created reports action 'restored' via wiki_get_page_version) plus total, the true version count, so a sliced trail is distinguishable from the whole history. Attribution limit: every edit made through this connector is attributed to user id 1 ('API'), the wiki’s synthetic API user — the author column separates agent edits from human ones, but cannot tell one agent session from another. Pass a versionId to wiki_get_page_version to inspect a snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the page whose history to list (from wiki_get_page, wiki_list_pages, or wiki_search_pages). | |
| limit | No | Maximum trail entries per page of results (1-100, default 25). Compare `total` in the result to see whether more exist. | |
| offsetPage | No | Zero-based page of results to return; each page holds `limit` entries. Default 0 — the most recent versions. |