Get Memory
Retrieve a single memory by ID.
GET/v1/memories/{id}
Path parameters
idstringrequiredThe memory ID.
Response
Returns the full memory object with content and metadata.
idstringUnique memory identifier.
statusstringProcessing status: processing, completed, or failed.
contentstringThe stored content.
titlestringMemory title.
typestringContent type.
tagsstring[]Tags associated with the memory.
metadataobjectArbitrary key-value pairs.
userIdstringAssociated user ID.
created_atstringISO 8601 timestamp.
updated_atstringISO 8601 timestamp.