Get all events
Fetches all usage events, and can be filtered as needed. Reach out to your account manager if you would like to participate in the Beta for the new Usage API.
Authentication
Authorizationstring
API Key authentication via header
Query parameters
startDate
Start date for filtering events (UTC) (format: YYYY-MM-DDTHH:mm:ss)
endDate
End date for filtering events (UTC) (format: YYYY-MM-DDTHH:mm:ss)
ingestStartDate
Start ingest timestamp for filtering events (UTC) (format: YYYY-MM-DDTHH:mm:ss)
ingestEndDate
End ingest timestamp for filtering events (UTC) (format: YYYY-MM-DDTHH:mm:ss)
customerId
Tabs Customer ID to filter events
eventTypeId
Event type ID to filter events
source
Source to filter events
limit
Number of events to return (default: 50, max: 1000)
cursor
Cursor for pagination
orderDirection
Sort direction (asc/desc)
skipDeletionEvents
Include deleted events in the response (default: true)
Response
Events retrieved successfully
events
List of events
count
Total count of events
nextCursor
Cursor for the next page of results
hasMore
Whether there are more results available
Errors
400
Bad Request Error
429
Too Many Requests Error
500
Internal Server Error

