---
title: "Get a list of reactions to a post"
method: GET
path: "/api/v4/posts/{post_id}/reactions"
tags: ["reactions"]
---

# Get a list of reactions to a post

`GET /api/v4/posts/{post_id}/reactions`

Get a list of reactions made by all users to a given post.
##### Permissions
Must have `read_channel` permission for the channel the post is in.

## Path parameters

- `post_id` string, required

## Response `200`

List reactions retrieve successful

- 38cb7293Reaction[]
  - `user_id` string — The ID of the user that made this reaction
  - `post_id` string — The ID of the post to which this reaction was made
  - `emoji_name` string — The name of the emoji that was used for this reaction
  - `create_at` integer — The time in milliseconds this reaction was made

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `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)
