---
title: "List outbound webhook deliveries"
method: GET
path: "/webhooks/{id}/deliveries"
tags: ["Webhooks"]
---

# List outbound webhook deliveries

`GET /webhooks/{id}/deliveries`

Lists recent delivery attempts for an outbound webhook endpoint.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer

## Response `200`

Success

- object
  - `success` boolean
  - `deliveries` OutboundWebhookDelivery[]
    - `id` string
    - `eventId` string
    - `eventType` 'email.sent' | 'email.delivered' | 'email.delivery_delayed' | 'email.bounced' | 'email.failed' | 'email.complained' | 'email.opened' | 'email.clicked' | 'email.replied' | 'email.unsubscribed' | 'campaign.sent' | 'sms.sent' | 'sms.delivered' | 'sms.failed' | 'sms.opted_out' | 'subscriber.invalid' | 'subscriber.created' | 'subscriber.updated' | 'subscriber.unsubscribed' | 'subscriber.list_subscribed' | 'subscriber.list_unsubscribed' | 'subscriber_import.completed' | 'sequence.finished' | 'sequence.failed' | 'poll.answered'
    - `status` 'pending' | 'delivering' | 'succeeded' | 'failed' | 'skipped'
    - `attempts` integer
    - `queuedAt` string, date-time, nullable
    - `lastStatusCode` integer, nullable
    - `lastError` string, nullable
    - `lastResponseBody` string, nullable
    - `nextAttemptAt` string, date-time, nullable
    - `lastAttemptAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Webhook not found
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-26** `11b6d27ba1de` — 1 warning
  - added the new `campaign.sent` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-08-26** `c78765f7e84f` — 1 warning
  - added the new `subscriber_import.completed` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-08-19** `ba3a29c6eb33` — 3 info
  - added the optional property `retryable` to the response with the `401` status
  - added the optional property `retryable` to the response with the `404` status
  - added the optional property `retryable` to the response with the `503` status
- **2026-08-18** `8fbabe82a04d` — 1 info
  - added the non-success response with the status `503`
- **2026-08-16** `6fd2903b91ce` — 2 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `404` status

[Full history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/webhooks/:id/deliveries/get.md)

---

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