---
title: "Retry Bid Exception"
method: POST
path: "/bid-runs/exceptions/retry"
tags: ["operator-runs"]
---

# Retry Bid Exception

`POST /bid-runs/exceptions/retry`

Re-run one flagged bid case with the operator's resolve note (see push_bid_retry).

## Request body

- RetryBidExceptionRequest — Body for re-running one flagged bid case from the dashboard.
  - `run_id` string, required
  - `note` string, nullable
  - `opportunity_id` string, nullable

## 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)
