Fetch one historical page version
wiki_get_page_versionRetrieve a full snapshot of a specific page version, including content, title, tags, and author, to compare before and after changes.
Instructions
Fetch one historical revision of a page as a full snapshot: content, title, description, tags, path, isPublished, versionDate, authorName. Content is bounded by WIKI_MAX_CONTENT_BYTES under the same rule as wiki_get_page — when cut, the result carries an explicit truncation marker and contentTruncated: true. Pair two calls to show a before/after when explaining a change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Numeric id of the page the version belongs to. | |
| versionId | Yes | Version to retrieve — a `versionId` from wiki_page_history. |