The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List memory stores
3url: https://platform.claude.com/docs/en/api/beta/memory_stores/list
4---
5
16# List memory stores
27
38**GET** `/v1/memory_stores`
from line 45
4045
4146 - `string`
4247
43 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
48 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
4449
4550 - `"message-batches-2024-09-24"`
4651
from line 93
8893
8994 - `"user-profiles-2026-08-18"`
9095
96 - `"user-profiles-2026-09-04"`
97
9198 - `"advisor-tool-2026-03-01"`
9299
93100 - `"managed-agents-2026-04-01"`
from line 137
130137
131138 - `"mid-conversation-system-clear-at-2026-08-21"`
132139
140- `"anthropic-workspace-id": optional string`
141
133142## Returns
134143
135144- `data: optional array of BetaManagedAgentsMemoryStore`
from line 145
136145
137146 Memory stores on this page, newest first. Empty when there are no stores matching the filters.
138147
148 - `type: "memory_store"`
149
139150 - `id: string`
140151
141152 Unique identifier for the memory store (a `memstore_...` tagged ID). Use this when attaching the store to a session, or in the `{memory_store_id}` path parameter of subsequent calls.
from line 160
149160 - `name: string`
150161
151162 Human-readable name for the store. 1–255 characters. The store's mount-path slug under `/mnt/memory/` is derived from this name.
152
153 - `type: "memory_store"`
154163
155164 - `updated_at: string`
156165