List and filter events that have been ingested into an app.Documentation Index
Fetch the complete documentation index at: https://docs.velahq.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 |