For the complete documentation index, see llms.txt. This page is also available as Markdown.

Audits endpoints

Deprecated

List audits

get

This part of the API is deprecated. For details, see the API release lifecycle documentation.

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

get/api/audits

Last updated