List audit logs
Returns a paginated list of audit log entries for your account, ordered from newest to oldest. Use the query parameters to filter by time range, event type, actor, or outcome.
Results are paginated using opaque cursors returned in the Link response header.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Inclusive ISO-8601 lower bound on occurredAt. Must not be after to.
"2026-05-10T12:00:00Z"
Exclusive ISO-8601 upper bound on occurredAt. Must not be before from.
"2026-05-11T12:00:00Z"
Filter results by event type.
"user.signed_in"
Filter results by actor ID.
"0189a4f2-1c3b-7c8e-9d2a-2f6b1e4c8a10"
Filter results by outcome.
SUCCESS, FAILURE, PENDING "SUCCESS"
Opaque pagination cursor for the previous (newer) page. Read from the rel="prev" link in a previous response's Link header. Must not be combined with pageAfter.
Opaque pagination cursor for the next (older) page. Read from the rel="next" link in a previous response's Link header. Must not be combined with pageBefore. Omit to fetch the first (most recent) page.
Maximum number of audit logs to return. Must be between 1 and 1000; defaults to 100 when omitted.
1 <= x <= 1000100
Response
Successfully retrieved a list of audit logs.