The event stream is an append-only log of everything that happens: user messages, tool calls, results, plans, timers, errors, and wake boundaries. Three scripts read it.
Paginated timeline of events. Use to browse or scan recent history in order.
{"ok":true,"data":[...],"cursor":"..."} — reuse cursor until nullFull-text search over event payloads. Find mentions, tool outcomes, or event types without reading the whole stream.
Load one event by id. Expand a single row when search/list returned only a summary.
event_id fieldAll three scripts print a JSON envelope: {"ok":true,"data":...} on success, {"ok":false,"error":...} on failure.