Retrieve memory records by memory_type with optional filters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Memory fetch request
Used for GET /api/v1/memories endpoint.
Note:
User ID
"user_123"
Group ID
"group_456"
Maximum number of memories to return
1 <= x <= 50020
Pagination offset
x >= 00
Memory type, enum values from MemoryType:
profile, episodic_memory, foresight, event_log "episodic_memory"
Start time for time range filtering (ISO 8601 format)
"2024-01-01T00:00:00"
End time for time range filtering (ISO 8601 format)
"2024-12-31T23:59:59"