Memory Management
Get Memory by ID
Retrieve a specific memory blob by its ID. Requires the user’s ID.
GET
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
Requires Bearer
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
200
application/json
Details of the memory blob.
Represents a single memory blob (content is encrypted).