get_list_comments
Retrieve all comments associated with a specific list in ClickUp by providing the list ID. Use optional parameters like timestamp or comment ID for pagination and targeted date ranges.
Instructions
Retrieve comments for a specific list. List comments apply to the entire list rather than individual tasks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listId | Yes | ID of the list | |
start | No | Unix timestamp in milliseconds to get comments from a specific date | |
startId | No | Comment ID to start pagination from |