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