Retrieve memories with paginated results and advanced filtering using logical operators like AND, OR, NOT, and comparison queries.
List memories scoped by filters with paginated results. Entity IDs (Documentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
user_id, agent_id, app_id, run_id) must be passed inside the filters object — top-level entity IDs are rejected with 400.
The filters object supports complex logical operations (AND, OR, NOT) and comparison operators:
in: Matches any of the values specifiedgte: Greater than or equal tolte: Less than or equal togt: Greater thanlt: Less thanne: Not equal toicontains: Case-insensitive containment check*: Wildcard character that matches everythingpage and page_size as query parameters to paginate through results.
count, next, previous, and results. Use page and page_size query params to step through results.1-indexed page number.
x >= 1Results per page.
1 <= x <= 200Entity and metadata filters. Must include at least one entity ID (user_id, agent_id, app_id, or run_id).
Paginated envelope of memories.