Recall
Memory API
Recall
Recall memories via API
POST
Recall
Documentation Index
Fetch the complete documentation index at: https://docs.agent-mind.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Search and retrieve relevant memories from your agent’s memory bank using natural language queries or specific filters.Request Body
The search query to find relevant memories. Can be natural language or keywords.
Search strategy to use. Options: “llm” (semantic search).
Maximum number of memories to return. Default is 5.
Filter memories by specific user ID.
Filter memories by specific session ID.
Additional filters to apply to the search as key-value pairs.