Download an audit-log export chunk
Download an organization’s audit log records for a time range as a file, for archival, compliance, or offline analysis. For interactive browsing, use GET /audit-logs.
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.
100Opaque cursor from X-Next-Cursor for the next chunk of older records.
Maximum number of records to return in this chunk.
1 <= x <= 50000Encoding for the returned chunk.
jsonl, jsonl.gz Response
One chunk of audit log records.
The response is of type file.