---
title: "Retrieve webhook delivery"
method: GET
path: "/webhook-deliveries/{delivery_id}"
tags: ["webhooks"]
---

# Retrieve webhook delivery

`GET /webhook-deliveries/{delivery_id}`

Retrieve a webhook delivery by ID.

## Path parameters

- `delivery_id` string, required — The ID of the webhook delivery to retrieve.

## Response `200`

OK

- WebhookDelivery
  - `attempts` WebhookDeliveryAttempt[], required — Delivery attempts.
    - `created_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was created.
    - `error` WebhookDeliveryAttemptError, required
      - `error_type` 'http' | 'timeout' | 'dns' | 'tls' | 'connection' | 'validation' | 'unknown', required
      - `message` string, required — Human-readable error detail.
    - `id` string, required — Unique resource identifier.
    - `modified_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was last modified.
    - `outcome` 'succeeded' | 'failed', required
    - `response` WebhookDeliveryAttemptResponse, required
      - `duration` integer, required — Response duration in milliseconds.
      - `status` integer, required — HTTP response status code.
  - `created_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was created.
  - `event` string, nullable, required — ID of the event being delivered; `null` for test deliveries.
  - `failed_at` string, date-time, nullable, required — Time the delivery permanently failed.
  - `id` string, required — Unique resource identifier.
  - `modified_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was last modified.
  - `next_attempt_at` string, date-time, nullable, required — Time the next delivery attempt is scheduled.
  - `payload` object, required — Delivery payload.
  - `status` 'pending' | 'in_progress' | 'succeeded' | 'failed', required
  - `succeeded_at` string, date-time, nullable, required — Time the delivery succeeded.
  - `webhook` string, required — ID of the webhook this delivery targets.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.net/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/5b4c43e2941b/schema)
