Skip to main content

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

Reactions retrieved successfully