list_comments
Retrieve comments filtered by task or project ID, with pagination support for up to 200 items per request.
Instructions
List and filter comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Filter comments by task ID - returns all comments for the specified task | |
| project_id | No | Filter comments by project ID - returns all project level comments for tasks in the specified project | |
| cursor | No | Cursor for pagination - use the next_cursor from previous response | |
| limit | No | Maximum number of items to return (1-200). Default: 50 |