---
title: "List memory documents"
method: GET
path: "/memory"
tags: ["Memory"]
---

# List memory documents

`GET /memory`

List project memory catalog rows without embedding search.

## Query parameters

- `projectId` string, uuid — Project to list memory for. Auto-filled from CLI and SDK context when omitted.
- `kind` string — Comma-separated kinds, for example note,runbook.
- `since` string — Only return documents updated within this window, for example 7d.
- `service` string — Filter to documents whose attrs.services contains this value.
- `pathPrefix` string — Filter to paths starting with this prefix.
- `managed` boolean
- `cursor` string — Cursor from a previous response's nextCursor to fetch the next page.
- `limit` integer — Maximum number of documents to return per page.

## Response `200`

OK

- object
  - `documents` object[], required
    - `id` string, uuid, required
    - `projectId` string, uuid, required
    - `kind` 'note' | 'runbook' | 'change', required
    - `managed` boolean, required
    - `path` string, nullable, required
    - `title` string, nullable, required
    - `contentHash` string, required
    - `attrs` object, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `nextCursor` string, nullable, required — Pass as 'cursor' to fetch the next page. Null when there are no more results.

---

[API](https://skmtc.dev/sazabi/apis/sazabi-public-api.md) · [All operations](https://skmtc.dev/sazabi/apis/sazabi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sazabi/sazabi-public-api/revisions/1d12b71c735a/schema)
