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.
Free-text search over path, user ID, email, client IP, and status.
Additional user IDs to OR into free-text search.
Maximum 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.
UTC time when the request was received.
Authentication strategy used for the request.
ID of the authenticated user, if any.
Email of the authenticated user at request time, if any.
HTTP response status code.
HTTP method.
Request path.
Matched API route pattern, if available.
Request host.
Request duration in milliseconds.
Client IP address.
User agent header.