The whole hunk
from line 13, old and new numbered
/
lines
from line 13
1313
1414- `memory_store_id: string`
1515
16 The ID of the memory store to list memories from (`memstore_...`).
17
1618## Query parameters
1719
1820- `depth: optional number`
from line 43
4143
4244 - `"basic"`
4345
46 Return the object with `content` set to `null`. The `content_size_bytes` and `content_sha256` fields remain populated, so sync clients can diff without fetching content.
47
4448 - `"full"`
4549
50 Return the object with `content` populated. On list endpoints, `view=full` caps `limit` at 20.
51
4652## Headers
4753
4854- `"anthropic-beta": optional array of AnthropicBeta`
from line 152
146152 - `"compact-2026-09-04"`
147153
148154- `"anthropic-workspace-id": optional string`
155
156 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
157
158 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
149159
150160## Returns
151161