provider reactions GET /reactions.get
@utdk/slack /reactions.get
reactions_get
Gets reactions for an item.
token query required
Authentication token. Requires scope: `reactions:read`
string
channel query
Channel where the message to get reactions for was posted.
string
file query
File to get reactions for.
string
file_comment query
File comment to get reactions for.
string
full query
If true always return the complete reaction list.
boolean
timestamp query
Timestamp of the message to get reactions for.
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

reactionsGet
GET/reactions.get
Gets reactions for an item.

required

Authentication token. Requires scope: `reactions:read`

Channel where the message to get reactions for was posted.

File to get reactions for.

File comment to get reactions for.

If true always return the complete reaction list.

Timestamp of the message to get reactions for.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.reactionsGet()