Get a space comment
gitbook_get_comment_in_spaceFetch a specific comment from a GitBook space by providing the space ID and comment ID.
Instructions
Get a space comment. (GET /spaces/{spaceId}/comments/{commentId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| commentId | Yes | Path parameter: commentId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |