Search Memories
Memory
Search Memories
Search memories for the current user.
Supports different retrieval methods:
- agentic: AI-powered semantic search (default)
- last_n: Most recent memories
- first_n: Oldest memories
POST
Search Memories
Documentation Index
Fetch the complete documentation index at: https://docs.mielto.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Body
application/json
Schema for memory search request.
Search query for memories.
User ID.
Maximum number of memories to return.
Required range:
1 <= x <= 100Retrieval method: 'agentic', 'agentic_vector', 'agentic_hybrid', 'agentic_keyword', 'vector', 'hybrid', 'keyword', 'last_n', or 'first_n'.