provider reactions GET /reactions.list
@utdk/slack /reactions.list
reactions_list
Lists reactions made by a user.
token query required
Authentication token. Requires scope: `reactions:read`
string
user query
Show reactions made by this user. Defaults to the authed user.
string
full query
If true always return the complete reaction list.
boolean
count query
integer
page query
integer
cursor query
Parameter for pagination. Set `cursor` equal to the `next_cursor` attribute returned by the previous request's `response_metadata`. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See [pagination](/docs/pagination) for more details.
string
limit query
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.
integer

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.

reactionsList
GET/reactions.list
Lists reactions made by a user.

required

Authentication token. Requires scope: `reactions:read`

Show reactions made by this user. Defaults to the authed user.

If true always return the complete reaction list.

Parameter for pagination. Set `cursor` equal to the `next_cursor` attribute returned by the previous request's `response_metadata`. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See [pagination](/docs/pagination) for more details.

The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.

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.reactionsList()