---
title: "get reaction"
method: GET
path: "/answer/api/v1/meta/reaction"
tags: ["Meta"]
---

# get reaction

`GET /answer/api/v1/meta/reaction`

get reaction for an object

## Query parameters

- `object_id` string, required

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `count` integer — Count is the number of users who reacted
    - `emoji` string — Emoji is the reaction emoji
    - `is_active` boolean — IsActive is if current user has reacted
    - `tooltip` string — Tooltip is the user's name who reacted
  - `msg` string — response message
  - `reason` string — reason key

---

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