List all change request comments
gitbook_list_comments_in_change_requestRetrieve all comments on a specific change request in a GitBook space by providing the space and change request IDs.
Instructions
List all change request comments. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/comments)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |