slack_list_reactions
Retrieve reactions a user has made in Slack, with pagination controls. Specify a user ID or default to the authenticated user to see their emoji reactions.
Instructions
List reactions made by a user.
Args: user_id: User ID to list reactions for (default: authenticated user) count: Results per page, 1-100 (default: 100) page: Page number (default: 1) full: If true, return complete reaction list
Returns: Reaction items with pagination info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| page | No | ||
| count | No | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||