---
title: "List webhook deliveries"
method: GET
path: "/api/v1/workspace/webhooks/{webhook_id}/deliveries"
tags: ["Webhooks"]
---

# List webhook deliveries

`GET /api/v1/workspace/webhooks/{webhook_id}/deliveries`

## Path parameters

- `webhook_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- WebhookDeliveryResponse[]
  - `snowflake_id` integer, required
  - `event_id` string, required
  - `event_type` string, required
  - `status` string, required
  - `attempts` integer, required
  - `request_url` string, required
  - `response_status` integer, required
  - `error_message` string, required
  - `duration_ms` integer
  - `created_at` string, date-time, required
  - `delivered_at` string, date-time, nullable
  - `original_event_id` string

## Other responses

- `422` — Validation Error

---

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