clickup_get_chat_message_reactions
Retrieve emoji reactions on a chat message, including the user who added each reaction. Supports cursor-based pagination.
Instructions
List the emoji reactions on a Chat message, cursor-paginated.
When to Use:
To see who reacted to a message and with which emoji.
When NOT to Use:
To add or remove a reaction — use
clickup_add_chat_reaction/clickup_delete_chat_reaction.
Returns:
Each reaction's emoji name and the user who added it, plus a next_cursor
when more exist.
Pagination:
Cursor-based (see clickup_get_chat_messages).
Examples:
params = {"message_id": "abc123"}
Error Handling:
404 → unknown message id. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |