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

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

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

ListMemoShares lists all share links for a memo. Requires authentication as the memo creator.

## Path parameters

- `memo` string, required

## Response `200`

OK

- ListMemoSharesResponse
  - `memoShares` MemoShare[] — The list of share links.
    - `name` string — The resource name of the share. Format: memos/{memo}/shares/{share} The {share} segment is the opaque token used in the share URL.
    - `createTime` string, date-time — Output only. When this share link was created.
    - `expireTime` string, date-time — Optional. When set, the share link stops working after this time. If unset, the link never expires.

## Other responses

- `default` — Default error response

## Changes

- **2026-03-19** `195e3cc8223d` — 1 info
  - endpoint added
- **2025-12-15** `d740073f088f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/memos/:memo/shares/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)
