List audit logs
Retrieve a paginated list of authenticated user audit log entries for the account. Results are ordered newest first.
Access requirements:
- The caller must be an account admin.
- The account must have audit logging enabled.
Returns 403 if either condition is not met.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Query Parameters
Inclusive lower bound on created_at (ISO 8601 datetime).
Defaults to 30 days before end_time when omitted.
Inclusive upper bound on created_at (ISO 8601 datetime).
Defaults to the current time when omitted.
Filter results by user (base64 global user ID). When provided, only records associated with this user are returned. Access requirements vary by endpoint — some endpoints restrict this filter to account admins.
A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Filter results to a specific operation type. The type of operation that was audited.
QUERY, MUTATION, SUBSCRIPTION Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.