Get a space revision page by its path
gitbook_get_page_in_revision_by_pathRetrieve a specific page from a GitBook space revision by providing the page path. Essential for accessing page content at a particular revision.
Instructions
Get a space revision page by its path. (GET /spaces/{spaceId}/revisions/{revisionId}/path/{pagePath})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| revisionId | Yes | Path parameter: revisionId. | |
| pagePath | Yes | Path parameter: pagePath. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |