---
title: "Retry Queued Outbound Call"
method: POST
path: "/queued-outbound-calls/{queued_outbound_call_id}/retry"
tags: ["Queued Outbound Calls"]
---

# Retry Queued Outbound Call

`POST /queued-outbound-calls/{queued_outbound_call_id}/retry`

Retry a failed queued outbound call by creating a new queued call for the same lead.

## Path parameters

- `queued_outbound_call_id` string, uuid, required

## Response `200`

Successful Response

- QueuedOutboundCallResponse — Full queued outbound call response.
  - `queued_outbound_call_id` string, uuid, required
  - `customer_id` string, uuid, required
  - `outbound_lead_id` string, uuid, required
  - `call_id` string, uuid, nullable
  - `status` string, required
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `lead_first_name` string, nullable
  - `lead_last_name` string, nullable
  - `lead_phone_number` string, nullable
  - `estimated_call_time` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
