List audit logs
API for searching audit logs. Limited to at most 30 day search, returns up to 100 records per page. Not recommended for bulk export.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Lower bound (inclusive) for the audit record timestamp.
"2026-01-01T00:00:00Z"
Upper bound (exclusive) for the audit record timestamp.
"2026-01-02T00:00:00Z"
Filter by authentication strategy.
Filter by service name.
Filter by HTTP method.
Filter out results by HTTP method.
10Free-text search over path, user ID, email, client IP, and status.
Additional user IDs to OR into free-text search.
100Maximum number of results to return.
1 <= x <= 100Opaque page token from X-Next-Page-Token for the next page of older records.
Response
A list of audit log records.
Authentication strategy used for the request.
Client IP address.
Request host.
Request duration in milliseconds.
Email of the authenticated user at request time, if any.
HTTP method.
Request path.
Matched API route pattern, if available.
HTTP response status code.
UTC time when the request was received.
User agent header.
ID of the authenticated user, if any.