comments_list
List comments for a specific entity, such as a document, by providing the entity type and optional entity ID. Supports pagination for large comment sets.
Instructions
List comments for an entity (e.g. entityType: "document").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| offset | No | Pagination offset | |
| entityId | No | Entity ID | |
| nextPath | No | Next page path for pagination | |
| entityType | Yes | Entity type, e.g. "document" |