---
title: "List memories visible to the caller (org-shared plus own personal)"
method: GET
path: "/api/v1/memories"
tags: ["memory"]
---

# List memories visible to the caller (org-shared plus own personal)

`GET /api/v1/memories`

## Response `200`

- MemoryListResponseDTO
  - `memories` object[], required — Memories visible to the caller: org-shared plus own personal
    - `content` string, required — Full content of the memory entry
    - `description` string, required — Short summary shown in the memory index
    - `id` string, uuid, required — Unique identifier of the memory entry
    - `label` string, required — Slug label of the memory entry
    - `scope` 'user' | 'org', required — Whether the entry is org-shared or personal
    - `type` 'instruction' | 'schema' | 'skill' | 'memory', required — Kind of memory

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
