Skip to main content

Query the event log: kinds, time window, track or run scope, latest-fold.

GET 

/api/events

The one generic read surface over the store. ?kind=track&fold=latest yields the current picture (latest state per track_id); ?kind=alert reads alerts; ?kind=track,alert&since=<iso>&until=<iso> replays history. Results are wire event bodies in chronological (ascending t) order; with no time window, the newest limit events per kind.

Request

Responses

matching events as wire JSON bodies, ascending by time (or one latest state per track when fold=latest)