---
title: "Get Rebate Push Status"
method: GET
path: "/rebate-runs/push/{request_id}"
tags: ["operator-runs"]
---

# Get Rebate Push Status

`GET /rebate-runs/push/{request_id}`

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

Returns {request_id, po_number, state, message}; state is 'running' while
Pilot works, then completed / needs_review / failed once the run finishes.

## 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-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/6e257c69d1d1/schema)
