Claude Platform Docs

Memory Versions

List memory versions
$client->beta->memoryStores->memoryVersions->list(string memoryStoreID, ?string apiKeyID, ?\Datetime createdAtGte, ?\Datetime createdAtLte, ?int limit, ?string memoryID, ?ManagedAgentsMemoryVersionOperation operation, ?string page, ?string serviceAccountID, ?string sessionID, ?ManagedAgentsMemoryView view, ?list<AnthropicBeta> betas): PageCursor<ManagedAgentsMemoryVersion>
GET/v1/memory_stores/{memory_store_id}/memory_versions
Retrieve a memory version
$client->beta->memoryStores->memoryVersions->retrieve(string memoryVersionID, string memoryStoreID, ?ManagedAgentsMemoryView view, ?list<AnthropicBeta> betas): ManagedAgentsMemoryVersion
GET/v1/memory_stores/{memory_store_id}/memory_versions/{memory_version_id}
Redact a memory version
$client->beta->memoryStores->memoryVersions->redact(string memoryVersionID, string memoryStoreID, ?list<AnthropicBeta> betas): ManagedAgentsMemoryVersion
POST/v1/memory_stores/{memory_store_id}/memory_versions/{memory_version_id}/redact
Models
One of the following:
string sessionID

ID of the session that performed the write (a sesn_... value). Look up the session via Retrieve a session for further provenance.

Type type
string apiKeyID

ID of the API key that performed the write. This identifies the key, not the secret.

Type type
Type type
string userID

ID of the user who performed the write (a user_... value).

string serviceAccountID

ID of the service account that performed the write (a svac_... value).

"service_account_actor" type
string apiKeyID

ID of the API key that performed the write. This identifies the key, not the secret.

Type type
One of the following:
"created"
"modified"
"deleted"
string serviceAccountID

ID of the service account that performed the write (a svac_... value).

"service_account_actor" type
string sessionID

ID of the session that performed the write (a sesn_... value). Look up the session via Retrieve a session for further provenance.

Type type
Type type
string userID

ID of the user who performed the write (a user_... value).