wikijs_get_page_history
Retrieve the edit history trail for a wiki page, including version dates, authors, and change types.
Instructions
Get edit history trail for a page by ID. Returns version dates, authors, and change types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Wiki page ID. | |
| offset | No | Page offset for pagination. Default 0. | |
| limit | No | Number of history entries. Default 25, max 100. |