Get Memories
Retrieve a list of memory blobs for a specific user. Requires the user’s ID obtained from an approved access request.
Retrieve a list of memory blobs for a specific user. Requires the user’s ID obtained from an approved access request.
The content
field in the response blobs 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.
Query Parameters
The unique ID of the user whose memories are being requested.
Maximum number of memory blobs to return.
Cursor for pagination, obtained from a previous response.
Comma-separated list of tag names to filter by.
Search term to filter memories by (searches title, summary, and content).
Response
List of memory blobs.
The response is of type object
.