Get one stored version
get_page_versionRetrieve a specific historical version of a Wiki.js page with its complete body as it existed then. Use this to inspect, compare, or restore past page content.
Instructions
Returns a single historical version of a page, including its full body as it was then. To find out what changed between two versions, diff_page_versions is far cheaper than reading both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Numeric Wiki.js id. | |
| version_id | Yes | Version id from list_page_history. |