list_comment_replies
Retrieve all replies to a specific GitBook comment by providing the space ID and comment ID. Use pagination tokens to navigate through large sets of replies.
Instructions
List replies to a specific comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination token | |
| limit | No | Max items to return | |
| spaceId | Yes | The ID of the space | |
| commentId | Yes | The ID of the parent comment | |
| changeRequestId | No | Optional change request ID if comment is on a CR |