get_page_by_path
Retrieve a GitBook page directly using its URL path and space ID. Optionally include a change request ID to fetch a page draft or review version.
Instructions
Get a specific page by its URL path from a GitBook space (or change request)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | The ID of the space | |
| pagePath | Yes | The URL path of the page (e.g. 'getting-started/install') | |
| changeRequestId | No | Optional change request ID |