Get events
Billable events
Get events
Retrieve billable events filtered by event type.
GET
Get events
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
0 <= x <= 100Required range:
x >= 0Sort direction.
Available options:
asc, desc Example:
"desc"
Field used to sort the results.
Available options:
timestamp Event type to filter by
Example:
"api_call"
Filter by customer ID
Example:
"cus_xyz789"
Filter by record ID. Supports comma-separated list for multiple records.
Example:
"rec_123"
Filter events with timestamp greater than or equal to this ISO8601 date.
Example:
"2024-01-01T00:00:00Z"
Filter events with timestamp less than or equal to this ISO8601 date.
Example:
"2024-01-31T23:59:59Z"

