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

# Event inspector

> See events arrive, open any event and search payloads.

The **Events** page of a project shows each event as it arrives. You do not need to reload the page.

## Open an event

Click an event to see:

* The method, path, headers and raw body of the incoming request.
* Each delivery, one for each destination.
* Each attempt of each delivery: status code, response headers, response body, time and error.
* Warnings, for example a transform that failed.

From here you can retry, replay or bookmark the event.

## Filter and search

| Filter      | Notes                                                                                               |
| ----------- | --------------------------------------------------------------------------------------------------- |
| Status      | `delivered`, `failed`, `pending`                                                                    |
| Needs retry | Events with a `dead` delivery. See [Batch retry](/delivery/replay#batch-retry).                     |
| Source      | Events from one source.                                                                             |
| Destination | Events with at least one attempt to that destination.                                               |
| Time range  | The page starts with the last 30 days.                                                              |
| Search      | A regular expression. It matches the body and the path, and ignores case. Add `(?c)` to match case. |

The filters are in the page URL, so you can share a view with your team.

## Methods in the list

Webhook and WhatsApp events show their HTTP method. Other events show where they came from: `GMAIL`, `OUTLOOK`, `IMAP` or `POLL`.

## Retention

hooksnode keeps events for the number of days shown on the [pricing page](https://hooksnode.com/pricing). The default is 90 days.
