get_chat_message_replies
Retrieve all threaded replies to a ClickUp Chat message, including reply content, author, and timestamp. Supports pagination via cursor and limit.
Instructions
List the threaded replies to a Chat message (ClickUp Chat v3). Returns each reply's id, content, author and timestamp. Paginated via cursor/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| message_id | Yes | ID of the parent message whose replies to list. | |
| cursor | No | Pagination cursor (the `next_cursor` returned by a previous call). Omit for the first page. | |
| limit | No | Maximum number of items to return in this page. |