Unified memory search endpoint supporting multiple memory types and retrieval methods.
user_id or group_id.Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.
Search query text
"What did Alice say about the project?"
Filter conditions. Supported fields: user_id, group_id, session_id, timestamp. user_id and group_id are placed at the top level of the filters object. session_id and timestamp support operators (eq, in, gt, gte, lt, lte) and can be used inside AND/OR combinators.
Retrieval method
keyword, vector, hybrid, agentic Memory types to search
episodic_memory, profile, raw_message, agent_memory Max results. -1 = return all meeting threshold (up to 100)
-1 <= x <= 100COSINE similarity threshold (0.0-1.0) for vector methods
0 <= x <= 1Whether to return original data
Search results returned