List all space comment replies
gitbook_list_comment_replies_in_spaceRetrieve all replies to a comment in a GitBook space by providing space and comment IDs.
Instructions
List all space comment replies. (GET /spaces/{spaceId}/comments/{commentId}/replies)
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 }). |