2.2 KiB
2.2 KiB
EventsListParams
Fields
| Field | Type | Required | Description |
|---|---|---|---|
offset |
Optional[int] | ➖ | Number of items to skip |
limit |
Optional[int] | ➖ | Number of items to return. Default 100, max 1000. |
customer_id |
Optional[str] | ➖ | Filter events by customer ID |
feature_id |
Optional[models.ListEventsFeatureID] | ➖ | Filter by specific feature ID(s) |
custom_range |
Optional[models.ListEventsCustomRange] | ➖ | Filter events by time range |