GET /api/simulation/runs/{id}/events
GET/api/simulation/runs/:id/events
The run's persisted event stream, chronological. Drives replay (default kind=track) and overlays.
Request
Responses
- 200
- 400
- 404
- 500
the run's events as wire JSON bodies, ascending by time
an unknown kind token in the kind list
no run with this id in the workspace
the event store query failed