reactions_get
Retrieve reactions on a Slack message, file, or file comment. Optionally return the full response with detailed information.
Instructions
Get reactions for an item. Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File to get reactions for (e.g. ``F0123``). | |
| full | No | Return the complete reaction list, not a truncated one. | |
| channel | No | Channel of the target message (e.g. ``C0123``). Required when getting reactions for a message. | |
| detailed | No | Return the full Slack response instead of a compacted summary. | |
| timestamp | No | Timestamp of the message (e.g. ``1700000000.000100``). Used together with ``channel``. | |
| file_comment | No | File comment to get reactions for (e.g. ``Fc0123``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||