get-page-history
Retrieves revision history for a wiki page, including revision ID, timestamp, user, comment, size, and minor flag. Results are paginated in segments of 20 revisions, ordered newest first.
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 |