---
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.complained' | 'email.opened' | 'email.clicked' | 'email.unsubscribed' | 'subscriber.invalid' | 'subscriber.updated' | 'subscriber.unsubscribed' | 'sequence.finished' | 'sequence.failed'
    - `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-05-28** `ae4cc18ebdd9` — 1 warning
  - added the new `subscriber.invalid` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-05-13** `9a89cb9ec599` — 2 warning
  - added the new `subscriber.unsubscribed` enum value to the `deliveries/items/eventType` response property for the response status `200`
  - added the new `subscriber.updated` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-05-07** `c21889189dc9` — 2 warning
  - added the new `sequence.failed` enum value to the `deliveries/items/eventType` response property for the response status `200`
  - added the new `sequence.finished` enum value to the `deliveries/items/eventType` response property for the response status `200`
- **2026-05-07** `50ebf9e9f651` — 1 info
  - endpoint added

[Change 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/fd494fa7e64d/schema)
