Get unified test run progress
Unified Test Runs
Get unified test run progress
Aggregate counts + duration percentiles for a run.
Returns::
{ "test_run_id": int, "run_status": "CREATED" | "PREPARING_INPUTS" | "RUNNING" | ..., "total": int, # every item on the run "done": int, # COMPLETED + FAILED "matched": int, # matched == true after scoring "mismatched": int, # matched == false after scoring "no_expected": int,# matched IS NULL after scoring "errored": int, # status == 'FAILED' "percent": float, # done / total (0.0 when total == 0) "duration_ms": {"avg", "p50", "p90", "p95"} }
Portal polls this to watch a running conductor advance, matches the shape the workflow-family ``/workflow-test-runs/{id}/progress`` endpoint returns so the UI can share progress components.
GET
Get unified test run progress