---
title: "List Webhook Events"
method: GET
path: "/v3/webhooks/events"
tags: ["Webhooks"]
---

# List Webhook Events

`GET /v3/webhooks/events`

Returns a paginated history of delivered webhook events. Filterable by event_type or entity_id.

## Query parameters

- `event_type` 'avatar_video.success' | 'avatar_video.fail' | 'avatar_video_gif.success' | 'avatar_video_gif.fail' | 'video_translate.success' | 'video_translate.fail' | 'video_translate.preflight.validation_failed' | 'video_translate.preflight.download_failed' | 'personalized_video' | 'instant_avatar.success' | 'instant_avatar.fail' | 'photo_avatar_generation.success' | 'photo_avatar_generation.fail' | 'photo_avatar_train.success' | 'photo_avatar_train.fail' | 'photo_avatar_add_motion.success' | 'photo_avatar_add_motion.fail' | 'proofread_creation.success' | 'proofread_creation.fail' | 'live_avatar.success' | 'live_avatar.fail' | 'avatar_video_caption.success' | 'avatar_video_caption.fail' | 'video_agent.success' | 'video_agent.fail' | 'hyperframes_video.success' | 'hyperframes_video.fail' | 'ai_clipping.success' | 'ai_clipping.fail' | 'batch.finished'
- `entity_id` string
- `limit` integer
- `token` string

## Response `200`

Successful response

- object
  - `data` WebhookEventResponse[]
    - `event_id` string, required — Unique identifier for this event delivery.
    - `event_type` string, required — The event type, e.g. 'avatar_video.success'.
    - `event_data` object, required — The event payload data.
    - `created_at` string, required — ISO 8601 timestamp when the event was created.
  - `has_more` boolean — Whether more pages are available
  - `next_token` string, nullable — Opaque cursor for the next page

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heygen/apis/heygen-external-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-external-api/versions/e2e54726e210/schema)
