clickup_get_list_comments
Retrieve comments on a list's info panel, sorted newest first. Use to read list-level discussion and status history.
Instructions
List comments on a List's info panel, newest first.
Calls GET /list/{list_id}/comment.
When to Use:
To read the List-level discussion/status history.
When NOT to Use:
To read comments on a specific task — use
clickup_get_task_comments.
Returns: Markdown (default) or JSON list of comments with id, author, date, resolved state, assignee, and (truncated) text.
Pagination:
Cursor-based (start/start_id), identical pattern to
clickup_get_task_comments — see that tool's docstring for the full
explanation. Omit both for the most recent 25 comments.
Examples: params = {"list_id": "901234"}
Error Handling: 404 means the list id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |