---
title: "List Webhook Events"
method: GET
path: "/public/v1/webhook-events"
tags: ["Webhook events"]
---

# List Webhook Events

`GET /public/v1/webhook-events`

This operation retrieves a paginated list of all webhook events.

## Query parameters

- `count` integer, required
- `page` integer, required
- `since` string, date-time
- `to` string, date-time
- `type` WebhookEventTriggerEnum[]
- `http_status_code` WebhookEventHttpStatusCodeGroupEnum[]
- `error` WebhookEventErrorEnum[]

## Response `200`

Page of webhook events.

- WebhookEventPageResponse
  - `items` WebhookEventItemResponse[]
    - `uuid` string, uuid, nullable — Unique webhook subscription event identifier
    - `name` string — Webhook subscription name
    - `type` 'recipient_completed' | 'document_updated' | 'document_deleted' | 'document_state_changed' | 'document_creation_failed' | 'document_completed_pdf_ready' | 'document_section_added' | 'quote_updated' | 'template_created' | 'template_updated' | 'template_deleted' | 'content_library_item_created' | 'content_library_item_creation_failed'
    - `http_status_code` integer, nullable — Webhook subscription event response http status code
    - `error` 'INTERNAL_ERROR' | 'NOT_VALID_URL' | 'CONNECT_ERROR' | 'TIMEOUT_ERROR', nullable
    - `delivery_time` string, date-time — Webhook subscription event delivery time

## Other responses

- `401` — Authentication error
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/revisions/0c2b70be3fb0/schema)
