Retrieves and lists all echo memories for a cortex user.
Retrieves and lists all AI memories for your user.
Authorization
: Bearer token (Firebase token)accept
: application/jsonReturns an array of echo memory objects with:
source_id
(string): Unique identifier for the memorysource_content
(string): Content of the echo memoryBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List of user memories returned successfully
The response is of type object[]
.
Retrieves and lists all echo memories for a cortex user.
Retrieves and lists all AI memories for your user.
Authorization
: Bearer token (Firebase token)accept
: application/jsonReturns an array of echo memory objects with:
source_id
(string): Unique identifier for the memorysource_content
(string): Content of the echo memoryBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List of user memories returned successfully
The response is of type object[]
.