---
title: "List your saved memories with their provenance."
method: GET
path: "/v1/memory"
tags: ["Memory"]
---

# List your saved memories with their provenance.

`GET /v1/memory`

Returns the caller's own memories, newest first, each with its captured context (citations + snippets).

## Query parameters

- `limit` integer

## Response `200`

Memories returned successfully.

- MemoryListResponse
  - `memories` MemoryWithContexts[], required
    - `id` string, typeid, required — Den TypeID with 'mem_' prefix and a 26-character base32 suffix.
    - `content` string, required
    - `tags` string[], nullable, required
    - `source` string, required
    - `scope` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `contexts` MemoryContext[], required
      - `id` string, typeid, required — Den TypeID with 'mctx_' prefix and a 26-character base32 suffix.
      - `snippet` string, required
      - `citation` object, nullable, required
      - `origin` string, nullable, required
      - `createdAt` string, date-time, required

## Other responses

- `400` — The list query parameters were invalid.
- `401` — The caller must be signed in to list memories.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
