Get a space page by its path
gitbook_get_page_by_pathRetrieve a GitBook space page by its URL path. Use this to access page content directly without navigating the hierarchy.
Instructions
Get a space page by its path. (GET /spaces/{spaceId}/content/path/{pagePath})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| pagePath | Yes | Path parameter: pagePath. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |