Get a space revision page by its ID
gitbook_get_page_in_revision_by_idRetrieve a page by its ID from a specific revision of a GitBook space to access content at that point in time.
Instructions
Get a space revision page by its ID. (GET /spaces/{spaceId}/revisions/{revisionId}/page/{pageId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| revisionId | Yes | Path parameter: revisionId. | |
| pageId | Yes | Path parameter: pageId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |