To send events, use the Ingest Client. This page covers reading events.
List events
With filters
| Parameter | Type | Description |
|---|---|---|
level | EventLevel | Filter by severity (info, warning, error, success) |
type | string | Filter by event name |
from | string | Start of time range (ISO-8601) |
to | string | End of time range (ISO-8601) |
limit | number | Results per page (default 25, max 100) |
cursor | string | Pagination cursor from previous response |