---
title: "Get all reactions for an entity"
method: GET
path: "/{kind}/{id}/reactions"
tags: ["task"]
---

# Get all reactions for an entity

`GET /{kind}/{id}/reactions`

Returns all reactions for an entity

## Path parameters

- `id` integer, required
- `kind` integer, required

## Response `200`

The reactions

- ModelsReactionMap[]

## Other responses

- `403` — The user does not have access to the entity
- `500` — Internal error

---

[API](https://skmtc.net/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.net/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/feb3f68bbdf1/schema)
