operator-runs

Get Post Install Warranty Push Status

Poll the status of a manual warranty push (NOSO operator only).

Returns {request_id, job_id, state, message}; state is 'running' while Pilot works, then completed / needs_review / failed once the run finishes. Each call does at most one short results-queue drain, so the dashboard polls it on an interval the same way the estimate-email action does. The org-scoped request_id means one org can never read another org's run.

get/warranty-runs/post-install/push/{request_id}

Path parameters

request_idstring required

Response

Successful Response

{"stackTrail":"paths:/warranty-runs/post-install/push/{request_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes