reactions_list
List reactions made by a user in Slack. Supports paginated results and optional detailed response.
Instructions
List reactions made by a user. Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the complete reaction list for each item, not a truncated one. | |
| page | No | Page number of results to return (deprecated; prefer ``limit`` with ``cursor``). | |
| user | No | User whose reactions to list; defaults to the authenticated user (e.g. ``U0123``). | |
| count | No | Number of items to return per page (deprecated; prefer ``limit`` with ``cursor``). | |
| limit | No | Maximum number of items to return per page. | |
| cursor | No | Pagination cursor from the previous response's ``response_metadata.next_cursor`` (e.g. ``dXNlcjpV``). | |
| team_id | No | Encoded team ID to list reactions in, required for org-wide app tokens (e.g. ``T0123``). | |
| detailed | No | Return the full Slack response instead of a compacted summary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||