> ## Documentation Index
> Fetch the complete documentation index at: https://developer.instantly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Event

> A webhook event that was sent or attempted to be sent

Access webhook event records for monitoring webhook delivery. These endpoints allow you to list webhook events, retrieve individual event details, and view summary aggregates overall or grouped by date.

## Related schemas

* [Webhook Event](/api-reference/schemas/webhook-event) — field reference for webhook event objects

## Endpoints

| Method | Endpoint                                 | Description                                        |
| ------ | ---------------------------------------- | -------------------------------------------------- |
| GET    | `/api/v2/webhook-events`                 | List webhook event                                 |
| GET    | `/api/v2/webhook-events/{id}`            | Get webhook event                                  |
| GET    | `/api/v2/webhook-events/summary`         | Get overview aggregates for webhook events         |
| GET    | `/api/v2/webhook-events/summary-by-date` | Get overview aggregates for webhook events by date |
