List ingested events with cursor pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Number of events to return. Defaults to 20, maximum 100. |
starting_after | string | no | Event ID cursor such as evt_12345. |
user_id | string | no | Filters to events for one user. |
type | string | no | Filters to one event type. |
The access token received from the authorization server in the OAuth 2.0 flow.
Maximum number of resources to return. Defaults to 20 and is capped at 100.
1 <= x <= 100Cursor from a previous event list response.
^evt_[1-9][0-9]*$Filter to events recorded for one end-user ID.
Filter to one event type, such as click or purchase.