query_timeline
Retrieve a chronological log of recent retrieval and indexing events to reconstruct user activity over a specified time period.
Instructions
Query the episodic memory timeline for recent activity.
Returns a chronological log of retrieval and indexing events, allowing
an agent to reconstruct what the user was working on during a given
period.
Args:
since_days: How many days back to look.
event_type: Optional category filter.
limit: Maximum results.
Returns:
Dict with ``events`` list (each event has ``event_id``, ``timestamp``,
``event_type``, ``source``, ``chunk_ids``, ``client_id``,
``metadata``), ``total`` count, and ``since_ts`` / ``until_ts`` bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_days | No | ||
| event_type | No | ||
| limit | No |