---
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' | 'sms.sent' | 'sms.delivered' | 'sms.failed' | 'sms.opted_out' | 'subscriber.invalid' | 'subscriber.created' | 'subscriber.updated' | 'subscriber.unsubscribed' | 'subscriber.list_subscribed' | 'subscriber.list_unsubscribed' | '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

## Changes

- **2026-08-02** `36f92fc0caa2` — 2 breaking, 1 warning
  - the response property `success` became optional for the status `401`
  - the response property `success` became optional for the status `404`
  - added the new `subscriber.created` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-07-25** `b58891ac1cde` — 1 warning
  - added the new `email.failed` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-07-15** `8bc13491b9f6` — 2 warning
  - added the new `subscriber.list_subscribed` enum value to the `deliveries/items/eventType` response property for the response status `200`
  - added the new `subscriber.list_unsubscribed` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-07-14** `83e7fd773745` — 1 warning
  - added the new `poll.answered` enum value to the `deliveries/items/eventType` response property for the response status `200`
- …earlier changes not shown

[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/36f92fc0caa2/schema)
