an object with query parameters
Optional
eventTime?: stringThe start/end time interval formatted in ISO 8601 to search by eventTime. For example, "?eventTime=2021-07-14T18:41:15.00Z/2021-07-14T18:41:15.99Z".
Optional
eventType?: stringThe case-sensitive string used to search by eventType. Retrieve a list of possible eventTypes with /v1/audits/types
.
Optional
id?: stringThe comma separated list of audit unique identifiers.
Optional
limit?: numberThe maximum number of resources to return for a request.
Optional
next?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optional
prev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optional
sort?: stringThe property of a resource to sort on (default sort is -eventTime). The supported properties are source, eventType, and eventTime. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optional
source?: stringThe case-sensitive string used to search by source. Retrieve a list of possible sources with /v1/audits/sources
.
Optional
userId?: stringThe case-sensitive string used to search by userId.
Optional
options: ApiCallOptions
Retrieves list of events for subscribed services for your tenant. Stores events for 90 days, after which they can be accessed via
/v1/audits/archive
.