Retrieve structured memories using filters DSL with pagination. Supports episodic_memory, profile, agent_case, and agent_skill types.
| Field | Type | Operators | Description |
|---|---|---|---|
user_id | string | eq, in | User ID filter (conditional required) |
group_id | string | eq, in | Group ID filter (conditional required) |
session_id | string | eq, in, gt, gte, lt, lte | Session ID filter |
timestamp | int (epoch ms/s) or ISO string | eq, gt, gte, lt, lte | Time range filter |
AND | array | - | All conditions must match |
OR | array | - | Any condition must match |
{"in": [...]}, {"gte": v, "lt": v}Bearer authentication header of the form Bearer 'api_key', obtain your API key from everos.evermind.ai.
Memory type to query. Scope constraint per type:
episodic_memory, profile, agent_case, agent_skill Filter conditions. Supported fields: user_id, group_id, session_id, timestamp. user_id and group_id are placed at the top level of the filters object. session_id and timestamp support operators (eq, in, gt, gte, lt, lte) and can be used inside AND/OR combinators.
Page number (starts from 1)
x >= 1Items per page
1 <= x <= 100Sort field
Sort order
asc, desc Memories retrieved successfully