Retrieve memory records by memory_type with optional filters
Bearer authentication header of the form Bearer 'api_key', where 'api_key' is your EverMemOS auth api key.
User ID
"user_123"
List of Group IDs for batch query. Single group also needs array format. Max 50.
["group_1"]Page number, starts from 1
x >= 11
Number of records per page, default 20, max 100
1 <= x <= 10020
Memory type, enum values from MemoryType:
profile, episodic_memory, foresight, event_log "episodic_memory"
Start time for time range filtering (ISO 8601 format with Timezone is required)
"2024-01-01T00:00:00+00:00"
End time for time range filtering (ISO 8601 format with Timezone is required)
"2024-12-31T23:59:59+00:00"