List reactions on a message
GET/reaction.list
List reactions on a specific message, grouped by emoji (Slack-style
{name, count, users}). Poll votes are returned separately in pollVotes
rather than folded into reactions.
users contains visible principal IDs only. Unknown or unauthorized actors
are omitted, and count is recomputed from the returned IDs. Hydrate them
with user.list?ids; these arrays do not carry inline type fields.
To list reactions on a thread reply, provide the threadTimestamp of the
parent message and the timestamp of the specific reply.
Required scope: chat:history
OpenAPI Spec: chat-v1.json
Request
Responses
- 200
- 400
- 401
- 403
- 405
- 500
Reactions retrieved successfully
Bad request. Common causes:
- Message not found
- Invalid cursor or parameters
Presented invalid authentication credentials.
Missing chat:history scope, or no access to this chat.
An unsupported method was requested.
An internal error occurred.