Skip to main content

List runs

GET /api/v1/runs/
Supports basic filters like status and min_cost.

Get a run

GET /api/v1/runs/{run_id}
Returns the run (and associated actions).

List actions for a run

GET /api/v1/runs/{run_id}/actions
For dashboards, pair these with Stats.