V1 Search Memories
Perform a semantic search on memories.
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Body
The query to search for in the memory.
1
The agent ID associated with the memory.
The user ID associated with the memory.
The app ID associated with the memory.
The run ID associated with the memory.
Additional metadata associated with the memory.
The number of top results to return.
A list of field names to include in the response. If not provided, all fields will be returned.
Whether to rerank the memories.
The name of the organization associated with the memory.
The name of the project associated with the memory.
Response
Unique identifier for the memory
The content of the memory
The conversation input that was used to generate this memory
The identifier of the user associated with this memory
A hash of the memory content
Additional metadata associated with the memory
The timestamp when the memory was created
The timestamp when the memory was last updated