Retrieve a specific memory blob by its ID. Requires the user’s ID.
content field in the response blob will be encrypted and needs to be decrypted using the user’s encryption_key.
Bearer token authentication using your Developer JWT.JWT token obtained via /auth/token endpoint.
The unique ID of the memory blob.
The unique ID of the user who owns the memory blob.
Details of the memory blob.
Represents a single memory blob (content is encrypted).
Encrypted memory content. Needs decryption using the user's encryption key.
List of tag names associated.
List of tag IDs associated.