Get Audit Events

Retrieves all audit events in the specified time range

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageSizeintegerOptional
tokenstringOptional

Request

This endpoint expects an object.
startTimedatetimeRequired
endTimedatetimeRequired

Response

This endpoint returns an object.
auditEventslist of objects
pagingTokenstring or null