get_chat_message_reactions
Retrieve emoji reactions on a ClickUp Chat message, showing who reacted and which emoji. Supports pagination via cursor and limit.
Instructions
List the emoji reactions on a Chat message (ClickUp Chat v3), with who reacted and which emoji. 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 message whose reactions 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. |