clickup_get_comments
Retrieve comments from a ClickUp task with pagination. Use start offset or a specific comment ID to control the results.
Instructions
Get comments on a task (paginated, 25 per page)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ClickUp task ID | |
| start | No | Start offset for pagination | |
| start_id | No | Comment ID to start from |