get_task_comments
Retrieve all comments on a ClickUp task by providing its task ID. Paginate through older comments using a start timestamp cursor to access the full comment history.
Instructions
Get all comments on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Cursor for pagination — Unix timestamp (ms) of oldest comment | |
| task_id | Yes | The task ID | |
| team_id | No | ||
| start_id | No | Comment ID to start from | |
| custom_task_ids | No |