---
title: "Get a list of the top reactions for a team."
method: GET
path: "/api/v4/teams/{team_id}/top/reactions"
tags: ["insights"]
---

# Get a list of the top reactions for a team.

`GET /api/v4/teams/{team_id}/top/reactions`

Get a list of the top reactions across all public and private channels (the user is a member of) for a given team.
##### Permissions
Must have `view_team` permission for the team.

## Path parameters

- `team_id` string, required

## Query parameters

- `time_range` string, required
- `page` integer
- `per_page` integer

## Response `200`

Top reactions retrieved successfully.

- 38cb7293TopReactionList
  - `has_next` boolean — Indicates if there is another page of reactions that can be fetched.
  - `items` 38cb7293TopReaction[] — List of reactions.
    - `emoji_name` string — The name of the emoji used for this reaction.
    - `count` integer — The number of the times this emoji has been used.

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `403` — Do not have appropriate permissions

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
