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
.
Requires Bearer
token authentication using your Developer JWT.
JWT token obtained via /auth/token
endpoint.
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).
List of memory blobs.
The response is of type object
.
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
.
Requires Bearer
token authentication using your Developer JWT.
JWT token obtained via /auth/token
endpoint.
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).
List of memory blobs.
The response is of type object
.