---
title: "GET /v1/organizations/{orgId}/caddie-memory"
method: GET
path: "/v1/organizations/{orgId}/caddie-memory"
---

# GET /v1/organizations/{orgId}/caddie-memory

`GET /v1/organizations/{orgId}/caddie-memory`

List a page of what Caddie remembers about the calling user in this organization (newest first), plus the user's memory enable toggle. Identity is taken from the authenticated session — a user can only see their own memories.

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- object

## Response `200`

OK

- ListCaddieMemorySuccessResponse
  - `data` ListCaddieMemoryResponse
    - `enabled` boolean
    - `hasMore` boolean
    - `items` CaddieMemoryItem[]
      - `createdAt` string
      - `key` string
      - `scope` string — "profile" (always-injected identity) | "notes" (searchable history)
      - `source` string — "user" | "agent" | "reflection" (absent on legacy rows)
      - `text` string
      - `updatedAt` string
    - `limit` integer
    - `offset` integer
    - `orgEnabled` boolean

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

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