Get all memories or subgraph for a specific user.
If search_query is provided, returns a subgraph based on the query. Otherwise, returns all memories of the specified type.
cURL
curl --request POST \ --url https://api.example.com/product/get_all \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>", "memory_type": "text_mem", "mem_cube_ids": [ "<string>" ], "search_query": "<string>" } '
{ "message": "<string>", "code": 200, "data": [ "<unknown>" ] }
Request model for getting memories.
User ID
Memory type
text_mem
act_mem
param_mem
para_mem
Cube IDs
Search query
Successful Response
Response model for memory operations.
Response message
Response status code
Response data