---
title: "Get Post Install Warranty Push Status"
method: GET
path: "/warranty-runs/post-install/push/{request_id}"
tags: ["operator-runs"]
---

# Get Post Install Warranty Push Status

`GET /warranty-runs/post-install/push/{request_id}`

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.

## Path parameters

- `request_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/c14a8fc770d0?raw)
