List all saved memories for this agent with topics, keywords, and previews. Optionally filter by keyword.
Bearer token from your account (https://agent.ai/user/integrations#api)
Maximum number of memories to return (default: 50).
^[0-9]+$Variable name to store the memory list, like 'agent_memories' or 'memory_list'.
^[a-zA-Z][a-zA-Z0-9_]*$Optionally list memories from a different agent. Leave empty to use current agent.
Filter memories containing this keyword (e.g., "pricing", "enterprise", contact name).
Filter memories by metadata key-value pairs. JSON format, e.g., {"meeting_title": "Q4 Review", "event_id": "event_123"}. Only memories matching ALL specified metadata will be returned.
Return full raw text content and metadata for each memory instead of just the summary.