---
title: "List Deliveries"
method: GET
path: "/api/v1/webhooks/deliveries"
tags: ["Webhooks"]
---

# List Deliveries

`GET /api/v1/webhooks/deliveries`

## Query parameters

- `subscription_id` string, uuid, nullable
- `phone_number_id` string, uuid, nullable
- `event_type` string, nullable
- `success` boolean, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ListWebhookDeliveriesResponse
  - `deliveries` WebhookDeliveryResponse[], required
    - `id` string, uuid, required
    - `organization_id` string, required
    - `webhook_subscription_id` string, uuid, nullable — Subscription this delivery targeted; null for incoming-call deliveries.
    - `phone_number_id` string, uuid, nullable — Phone number for incoming-call deliveries (which have no subscription).
    - `event_id` string, required — Envelope event id (evt_...), or the call id for incoming-call rows.
    - `event_type` string, required
    - `url` string, required
    - `request_payload` string, required — Raw signed request body that was delivered.
    - `response_status` integer, nullable — HTTP status returned by the endpoint; null on transport failure.
    - `response_body` string, nullable — Truncated response body snippet.
    - `error_detail` string, nullable — Transport error summary, if any.
    - `duration_ms` integer, nullable
    - `is_replay` boolean, required — True if this row was produced by a manual replay.
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
