Get a memory by external ID
Fetch a source-owned memory — active or tombstoned — together with its latest durable receipt. Useful for verifying convergence after a migration or a replayed batch.
Authorizations
A scoped Integration key, prefixed cint_. Send as
Authorization: Bearer cint_... on every request. Server-side only.
Legacy personal cmem_... keys remain accepted during migration;
team/org-scoped cmem_... keys are not valid on this API.
Path Parameters
Stable ID of this record in the source system. Stable record ID inside the named source.
^[A-Za-z0-9][A-Za-z0-9._:-]{0,255}$"profile_123"
Query Parameters
Your stable internal user ID. No colon allowed.
1 - 128^[A-Za-z0-9@._-]{1,128}$"u_123"
Stable source-system name, such as caeros-profile or conversation.
^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$"caeros-profile"
Response
Current record (active or tombstoned) and latest durable receipt.