---
title: "Replay a poison-terminalized delivery attempt after an operator repair"
method: POST
path: "/v1/voice/outbound/attempts/{attempt_id}/replay"
tags: ["voice"]
---

# Replay a poison-terminalized delivery attempt after an operator repair

`POST /v1/voice/outbound/attempts/{attempt_id}/replay`

## Path parameters

- `attempt_id` string, uuid, required

## Response `200`

Successful Response

- AttemptReplayResponse — Result of replaying a poison-terminalized delivery attempt.
  - `attempt_id` string, uuid, required
  - `job_id` string, uuid, required
  - `conversation_id` string, uuid, required
  - `already_replayed` boolean
  - `action` 'replayed'

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
