List all events
Returns a list of events sorted by creation date, with the most recently created event appearing first. The event list includes data from up to the last 30 days.
Each event’s data is rendered according to the API version at the time of its creation, as specified by the api_version attribute in the event object, rather than the current API version.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Query parameters
created_after
Filter events created after this date (limited to the last 30 days)
order_direction
Order direction of the events list asc or desc (default: desc)
version
API version of the events to return v1 or v2 (default: based on registered webhook endpoint versions)
page
The page of results to return. Defaults to 1 if not provided.
page_size
The number of results to return per page. Defaults to 10 if not provided. Maximum value is 100.
Response
OK
items
A paginated array containing the response elements
page
The current page of the results
page_size
The number of results on this page. This can be different from the requested page size if the total number of results is less than the requested page size
total_count
The total number of elements available in the response. This is the total number of elements available across all pages, not just the current page.
has_next_page
Whether there are more pages available after this page
has_previous_page
Whether there are more pages available before this page

