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 app ID associated with the memory.
A list of categories to filter the memories by.
A list of field names to include in the response. If not provided, all fields will be returned.
Whether to properly filter the memories according to the input.
Additional metadata associated with the memory.
Whether to only search for memories based on metadata.
The unique identifier of the organization associated with the memory.
The name of the organization associated with the memory. Will be deprecated soon use org_id
instead.
The search method supports two output formats: v1.0
(default) and v1.1
.
The unique identifier of the project associated with the memory.
The name of the project associated with the memory. Will be deprecated soon use project_id instead.
Whether to rerank the memories.
The run ID associated with the memory.
The number of top results to return.
The user ID associated with the memory.
Response
The timestamp when the memory was created
A hash of the memory content
Unique identifier for the memory
The conversation input that was used to generate this memory
The content of the memory
The timestamp when the memory was last updated
The identifier of the user associated with this memory
Additional metadata associated with the memory