list_comments
Retrieve comments from a GitBook space or a specific change request. Provide spaceId and optionally changeRequestId, with pagination support for large volumes.
Instructions
List comments on a GitBook space or change request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Pagination token | |
| limit | No | Max items to return | |
| spaceId | Yes | The ID of the space | |
| changeRequestId | No | Optional change request ID (scopes comments to that CR) |