get-page-history
Retrieve revision history for any wiki page, including IDs, timestamps, authors, size changes, and edit summaries. Paginate with older_than for long histories.
Instructions
Get the revision history of a wiki page. Returns a list of revisions with IDs, timestamps, authors, size changes, and edit summaries. Use older_than to paginate through long histories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki | No | Wiki name (uses default if omitted) | |
| limit | No | Maximum number of revisions | |
| title | Yes | Page title | |
| older_than | No | Only show revisions older than this revision ID |