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

# Events

> View and monitor webhook events from the Paxos platform.

View your most recent webhook events from the Dashboard via the **Webhooks** → [**Events**](https://dashboard.paxos.com/dashboard/developer/webhooks/events) tab.

<Frame>
  <img src="https://mintcdn.com/paxos-0ac97319/FLbM1XjjPaPKvdSW/images/events-view.png?fit=max&auto=format&n=FLbM1XjjPaPKvdSW&q=85&s=12015c77019d6f721486e429798dec25" alt="Events view in Dashboard" width="3456" height="1986" data-path="images/events-view.png" />
</Frame>

## Filter events

Filter events by:

* **Created at**: Filter events by date
* **Event type(s)**: Filter by specific event types
* **Live or test events**: Toggle between live and test events

Click **View** for any event to see the full event payload.

Each event in the Dashboard links directly to its corresponding event type documentation in the [API Reference > Webhooks](/api-reference/webhooks/identity-documents-required) section, where you can find detailed payload schemas and field descriptions.

## Undelivered events

Events may fail to deliver to your webhook endpoint due to network issues, endpoint unavailability, or authentication failures. When this happens, the event will show an undelivered status.

<Frame>
  <img src="https://mintcdn.com/paxos-0ac97319/FLbM1XjjPaPKvdSW/images/events-undelivered-indicator.png?fit=max&auto=format&n=FLbM1XjjPaPKvdSW&q=85&s=fc74a9fc3c6d743dc9ee7cbbe7971e5d" alt="Undelivered event indicator" width="3456" height="1984" data-path="images/events-undelivered-indicator.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/paxos-0ac97319/FLbM1XjjPaPKvdSW/images/events-undelivered-details.png?fit=max&auto=format&n=FLbM1XjjPaPKvdSW&q=85&s=f75fa95c1e46cf48f6fc686757b906a7" alt="Undelivered event details" width="654" height="308" data-path="images/events-undelivered-details.png" />
</Frame>

To recover from failed webhook deliveries, use the [List Events](/api-reference/endpoints/events/list-events) API to query for missed events.

For information about webhook delivery behavior, retry policies, and rate limits, see the [Retries and Limits](/guides/webhooks/retries-and-limits) guide.

<Info>
  For details on creating and managing webhooks, see [Webhooks](/guides/dashboard/webhooks).
</Info>
