get_task_comments
Retrieve task comments to access discussion history and context. Supports pagination, custom task IDs, and filtering by date or comment ID for precise data extraction.
Instructions
Retrieve comments for a specific task. Comments provide discussion history and context for the task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customTaskIds | No | Whether to use custom task IDs | |
start | No | Unix timestamp in milliseconds to get comments from a specific date | |
startId | No | Comment ID to start pagination from | |
taskId | Yes | ID of the task | |
teamId | No | Team ID (required when customTaskIds is true) |