Get Memory by ID
Memory Management
Get Memory by ID
Retrieve a specific memory blob by its ID. Requires the user’s ID.
GET
Get Memory by ID
Retrieve a specific memory blob by its ID. Requires the user’s ID.
The
content field in the response blob will be encrypted and needs to be decrypted using the user’s encryption_key.
Authorization
RequiresBearer token authentication using your Developer JWT.Authorizations
JWT token obtained via /auth/token endpoint.
Path Parameters
The unique ID of the memory blob.
Query Parameters
The unique ID of the user who owns the memory blob.
Response
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.