Get a space file by its ID
gitbook_get_file_by_idRetrieve a specific file from a GitBook space using its unique file ID. Provide the space ID and file ID to get the file content.
Instructions
Get a space file by its ID. (GET /spaces/{spaceId}/content/files/{fileId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| fileId | Yes | Path parameter: fileId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |