List audit events
GET/api/v1/audit
Returns durable audit events matching optional actor, action, resource, and UTC time filters. ADMIN is required.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Actor user identifier. System actors do not have a user identifier.
Case-insensitive AuditAction enum name.
Case-insensitive resource category.
Exact audited resource identifier.
Inclusive lower event timestamp bound in UTC ISO-8601 date-time format.
Exclusive upper event timestamp bound in UTC ISO-8601 date-time format.
Zero-based page number.
Requested page size, clamped to the range 1 through 200.
Responses
Section titled “Responses”Audit events returned
Zero-based page of resource results.
object
Results in this page.
Durable audit record for an authenticated or system action.
object
Audited action category.
Actor user identifier, or null for a system actor.
Username snapshot or stable system actor name.
Bounded, non-secret action context. Keys vary by action.
object
Bounded, non-secret action context. Keys vary by action.
Audit event identifier.
Event timestamp in UTC.
Recorded action outcome.
Resource identifier as recorded by the owning operation.
Type of resource affected by the action.
Recorded source address when available.
Zero-based page number.
Effective page size, from 1 through 200.
Total matching resources across all pages.
The request is malformed or fails validation.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.