task_comments_list
Retrieve task comments in a chat-style format using cursor-based pagination. Get paginated comments for any task by task ID.
Instructions
Get comments for a task in chat style (cursor-based pagination).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task ID | |
| limit | No | Number of comments to return | |
| cursor | No | Cursor for pagination (load comments before this cursor) |