Read the audit log
Audit
Read the audit log
Read the append-only audit log in insertion order (oldest first). The event log is the source of truth for tenant state. Requires scope audit:read.
GET
Read the audit log
Authorizations
API key sent as Authorization: Bearer <api-key>.
Query Parameters
Zero-indexed pagination cursor (slice start). Echo nextCursor from the previous page.
Required range:
x >= 0Max items per page, clamped to [1, 500]. Defaults to 200.
Required range:
1 <= x <= 500