---
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}
    - `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

## Changes

- **2026-08-21** `2f6093dc8600` — 1 breaking
  - removed the required property `reactions/items/contentId` from the response with the `200` status
- **2026-07-12** `522de068b707` — 1 warning
  - removed the optional property `totalSize` from the response with the `200` status
- **2025-12-15** `d740073f088f` — 1 info
  - added the optional property `totalSize` to the response with the `200` status

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/memos/:memo/reactions/get.md)

---

[API](https://skmtc.dev/usememos/apis/untitled-api.md) · [All operations](https://skmtc.dev/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usememos/untitled-api/revisions/9f2688df7c2e/schema)
