List eventsCopy Pageget https://{hostname}/events/v3/eventsReturns a list of events for the current account and contract type. This call supports paging and sorting of the result data.Query ParamsminStartdate-timeThe inclusive lower bound of a start date.maxStartdate-timeThe exclusive upper bound of a start date.minEnddate-timeThe exclusive lower bound of an end date.maxEnddate-timeThe inclusive upper bound of an end date.tagstringlength ≤ 100A list of tags to filter event data by.customerEventIdstringlength ≤ 100A list of user-defined IDs to filter event data by.pageinteger≥ 1Defaults to 1The number of the page. Page numbers start at 1.pageSizeinteger1 to 1000Defaults to 25The number of records on a page. By default, a page has 25 records. The maximum value is 1000 records on a page.sortstringThe sorting property and the sorting direction for the result data. Use name to sort by name. Use asc for alphabetically ascending order or desc for alphabetically descending order.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200List events. 400Bad request. Invalid request. Details may be available in the response body.Updated 13 days ago