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

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

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

ListMemoRelations lists relations for a memo.

## Path parameters

- `memo` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListMemoRelationsResponse
  - `relations` MemoRelation[] — The list of relations.
    - `memo` MemoRelationMemo, required — Memo reference in relations.
      - `name` string, required — The resource name of the memo. Format: memos/{memo}
      - `snippet` string — Output only. The snippet of the memo content. Plain text only.
    - `relatedMemo` MemoRelationMemo, required — Memo reference in relations.
      - `name` string, required — The resource name of the memo. Format: memos/{memo}
      - `snippet` string — Output only. The snippet of the memo content. Plain text only.
    - `type` 'TYPE_UNSPECIFIED' | 'REFERENCE' | 'COMMENT', enum, required
  - `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)
