Search⌘ K
AI Features

List and Get Reactions

Explore how to manage reactions in Slack using the API by listing all reactions made by a user or app and retrieving reactions for specific messages. Understand how to call reactions.list and reactions.get endpoints to handle user interactions effectively.

We'll cover the following...

Overview

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

To ...