---
title: "Retry outbound webhook delivery"
method: POST
path: "/v1/outbound-webhook/deliveries/{id}/retry"
tags: ["Outbound Webhook"]
---

# Retry outbound webhook delivery

`POST /v1/outbound-webhook/deliveries/{id}/retry`

Manually retry a failed outbound webhook delivery

## Path parameters

- `id` string, required

## Request body

- object

## Response `200`

OK

- RetryOutboundWebhookDeliverySuccessResponse
  - `code` integer
  - `data` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOutboundWebhookDelivery
    - `createdAt` string
    - `durationMs` integer
    - `errorMessage` string
    - `id` string
    - `maxRetries` integer
    - `method` string
    - `nextRetryAt` string
    - `nodeId` string
    - `organizationId` string
    - `requestBody` object
    - `requestHeaders` object
    - `responseBody` string
    - `responseHeaders` object
    - `responseStatus` integer
    - `retryCount` integer
    - `runId` string
    - `status` 'pending' | 'success' | 'failure' | 'retrying'
    - `updatedAt` string
    - `url` string
    - `workflowId` string
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
