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

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

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

ListMemoAttachments lists attachments for a memo.

## Path parameters

- `memo` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListMemoAttachmentsResponse
  - `attachments` Attachment[] — The list of attachments.
    - `name` string — The name of the attachment. Format: attachments/{attachment}
    - `createTime` string, date-time — Output only. The creation timestamp.
    - `filename` string, required — The filename of the attachment.
    - `content` string, bytes — Input only. The content of the attachment.
    - `externalLink` string — Optional. The external link of the attachment.
    - `type` string, required — The MIME type of the attachment.
    - `size` string — Output only. The size of the attachment in bytes.
    - `memo` string — Optional. The related memo. Refer to `Memo.name`. Format: memos/{memo}
    - `motionMedia` MotionMedia
      - `family` 'MOTION_MEDIA_FAMILY_UNSPECIFIED' | 'APPLE_LIVE_PHOTO' | 'ANDROID_MOTION_PHOTO', enum
      - `role` 'MOTION_MEDIA_ROLE_UNSPECIFIED' | 'STILL' | 'VIDEO' | 'CONTAINER', enum
      - `groupId` string
      - `presentationTimestampUs` string
      - `hasEmbeddedVideo` boolean
  - `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)
