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

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

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

Get a list of deliveries 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
- `status` union — Filter by status. It can be a single status or a comma separated list of statuses.
  - union
    - 'pending' | 'processing' | 'failed' | 'success'
    - 'pending' | 'processing' | 'failed' | 'success'
  - string[]
  - union
    - 'pending' | 'processing' | 'failed' | 'success', comma-separated-list — E.g. "pending,processing,failed,success"
    - string, comma-separated-list — E.g. "pending,processing,failed,success"

## Response `200`

Paginated list of deliveries

- object
  - `results` object[], required
    - `cursor` object, required
      - `id` string, required — A bigint string
    - `item` object, required
      - `id` string, required — A bigint string
      - `createdAt` string, required — A date string in ISO 8601 format
      - `nextAttemptAt` string, required — A date string in ISO 8601 format
      - `attemptsCount` integer, required
      - `status` 'pending' | 'processing' | 'failed' | 'success', 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)
