Get events
Retrieve billable events filtered by event type.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
0 <= x <= 100x >= 0Sort direction.
asc, desc "desc"
Field used to sort the results.
timestamp Event type to filter by
"api_call"
Filter by customer ID
"cus_xyz789"
Filter by record ID. Supports comma-separated list for multiple records.
"rec_123"
Filter on properties of the event record, passed as record[<property>]=<value> (for example record[case_id]=cas_123). Append __in to the property name to match a comma-separated list, such as record[case_id__in]=cas_123,cas_456. Values are compared as strings, several properties can be combined and are joined with a logical AND, and at most 5 properties can be filtered at once.
Filter events with timestamp greater than or equal to this ISO8601 date.
"2024-01-01T00:00:00Z"
Filter events with timestamp less than or equal to this ISO8601 date.
"2024-01-31T23:59:59Z"

