Get Run Status
Customer Intelligence
Get Run Status
Lightweight poll target for the run detail page: status + counters + gate
- exports, but NOT the results array.
get_run(above) reads every result row via a select-* over the fat JSONB — far too heavy to run every 5s — so the page’s progress poller hits this instead and refreshes full results via GET /runs/ once, on completion.
GET
Get Run Status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Lightweight poll target for the run detail page — status, counters, gate, and exports, but WITHOUT the results array. The page's 5s poller uses this so it never re-reads every result row's fat JSONB on each tick; results refresh via GET /runs/{id} once, when the run finishes.
The currently-open gate for a run (resolution or shortlist), if any.