get-page-history
Retrieve revision metadata for any wiki page, paginated in segments of 20 revisions (newest first). Filter by revision ID or change tag to navigate history.
Instructions
Returns revision metadata (revision ID, timestamp, user, comment, size, minor flag) for a wiki page, in segments of 20 revisions, newest first. Paginate with olderThan or newerThan (mutually exclusive). If the title does not exist, an error is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| olderThan | No | Revision ID — return revisions older than this (exclusive). Mutually exclusive with newerThan. | |
| newerThan | No | Revision ID — return revisions newer than this (exclusive). Mutually exclusive with olderThan. | |
| filter | No | Change tag — return only revisions carrying this tag |