List and Get Reactions

Learn to use Slack's API calls to list and get reactions for a specific message.

Let’s look at the following endpoints in this lesson:

  1. reactions.list: This endpoint lists reactions made by a user.
  2. reactions.get: This endpoint gets reactions for an item.

List of reactions

We access the https://slack.com/api/reactions.list endpoint to get a list of reactions. Using this endpoint, we can list all the reactions made by a user or an application.

Request parameters

Some important query parameters for the reactions.list endpoint are as follows:

Get hands-on with 1200+ tech skills courses.