---
title: "GET /api/apps/{appId}/webhooks/{webhookId}/deliveries/attempts"
method: GET
path: "/api/apps/{appId}/webhooks/{webhookId}/deliveries/attempts"
tags: ["apps", "webhooks", "deliveries"]
---

# GET /api/apps/{appId}/webhooks/{webhookId}/deliveries/attempts

`GET /api/apps/{appId}/webhooks/{webhookId}/deliveries/attempts`

Get a list of delivery attempts for a webhook

## Path parameters

- `appId` string, uuid, required
- `webhookId` string, uuid, required

## Query parameters

- `before` object
  - `id` string, required
- `after` object
  - `id` string, required
- `limit` integer
- `webhookDeliveryId` string — A bigint ID of the webhook delivery as string

## Response `200`

Paginated list of delivery attempts

- object
  - `results` object[], required
    - `cursor` object, required
      - `id` string, required — A bigint string
    - `item` object, required
      - `id` string, required — A bigint string
      - `attemptedAt` string, required — A date string in ISO 8601 format
      - `attemptNumber` number, required
      - `responseStatus` number, required
      - `responseMs` number, required
      - `error` string, nullable, required
      - `delivery` object, required
        - `event` object, required
          - `eventType` string, required
  - `pageInfo` object, required
    - `hasPreviousPage` boolean, required
    - `hasNextPage` boolean, required
    - `startCursor` object
      - `id` string, required — A bigint string
    - `endCursor` object
      - `id` string, required — A bigint string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Webhook or app not found
- `500` — Internal server error

---

[API](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/versions/9627e9d1ff21/schema)
