---
title: "GET /api/v1/memos/{memo}/reactions"
method: GET
path: "/api/v1/memos/{memo}/reactions"
tags: ["MemoService"]
---

# GET /api/v1/memos/{memo}/reactions

`GET /api/v1/memos/{memo}/reactions`

ListMemoReactions lists reactions for a memo.

## Path parameters

- `memo` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListMemoReactionsResponse
  - `reactions` Reaction[] — The list of reactions.
    - `name` string — The resource name of the reaction. Format: memos/{memo}/reactions/{reaction}
    - `creator` string — The resource name of the creator. Format: users/{user}
    - `contentId` string, required — The resource name of the content. For memo reactions, this should be the memo's resource name. Format: memos/{memo}
    - `reactionType` string, required — Required. The type of reaction (e.g., "👍", "❤️", "😄").
    - `createTime` string, date-time — Output only. The creation timestamp.
  - `nextPageToken` string — A token for the next page of results.

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/usememos/apis/untitled-api.md) · [All operations](https://skmtc.net/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usememos/untitled-api/versions/f01e84cf5acc/schema)
