Audits endpoints
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
sizenumberOptional
startAfterIdstringOptional
entityRefstringOptional
entityTypestring · enumOptionalPossible values:
tracestringOptional
Responses
200
Paginated result containing the matching Audit entities
application/json
AuditsResult
totalnumberRequired
The total number of audits that match the filter criteria
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
get
/api/auditsLast updated