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

# List outbound webhook delivery attempts

`GET /webhooks/{id}/deliveries/{deliveryId}/attempts`

Lists the latest HTTP attempt summary for a webhook delivery.

## Path parameters

- `id` string, required
- `deliveryId` string, required

## Response `200`

Success

- object
  - `success` boolean
  - `attempts` OutboundWebhookDeliveryAttempt[]
    - `id` string
    - `attemptNumber` integer
    - `status` 'succeeded' | 'failed'
    - `statusCode` integer, nullable
    - `error` string, nullable
    - `responseBody` string, nullable
    - `durationMs` integer, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Webhook or delivery not found

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
