get_task_comments
Retrieve all comments on a specified task, with optional pagination for large threads.
Instructions
List comments on a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| start | No | Unix ms cursor for pagination. | |
| start_id | No | ||
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |