get_list_comments
Retrieve comments from a ClickUp list. Use pagination to specify start and start_id for precise data navigation.
Instructions
Get comments for a ClickUp list. Returns comment details with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | The ID of the list to get comments for | |
| start | No | Pagination start (timestamp) | |
| start_id | No | Pagination start ID |