---
title: "POST /v1/execution-webhooks/deliveries/{id}/replay"
method: POST
path: "/v1/execution-webhooks/deliveries/{id}/replay"
---

# POST /v1/execution-webhooks/deliveries/{id}/replay

`POST /v1/execution-webhooks/deliveries/{id}/replay`

Replay an execution webhook delivery by creating a new delivery record based on the original

## Path parameters

- `id` string, required

## Response `200`

OK

- ReplayExecutionWebhookDeliverySuccessResponse
  - `code` integer
  - `data` ExecutionWebhookDelivery
    - `createdAt` string
    - `durationMs` integer
    - `endpointId` string
    - `errorMessage` string
    - `eventType` string
    - `executionId` string
    - `id` string
    - `maxRetries` integer
    - `nextRetryAt` string
    - `organizationId` string
    - `requestBody` object
    - `requestHeaders` object
    - `responseBody` string
    - `responseHeaders` object
    - `responseStatus` integer
    - `retryCount` integer
    - `runId` string
    - `status` 'pending' | 'success' | 'failure' | 'retrying'
    - `updatedAt` string
    - `workflowId` string
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
