cURL
curl --request POST \ --url https://localhost:8000/v1/mcp/search_session_memory \ --header 'Content-Type: application/json' \ --data '{ "session": { "group_id": "<string>", "agent_id": [ "<string>" ], "user_id": [ "<string>" ], "session_id": "<string>" }, "query": "<string>", "filter": {}, "limit": 123 }'
{ "status": 0, "content": {} }
Searches both episodic and profile memories for the provided query. This endpoint is for internal use by LLMs via FastMCP.
Show child attributes
A search result object.