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.
/audit-logs/export/chunkDownload 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.
Authorization
bearerAuth In: header
Query Parameters
Lower bound (inclusive) for the audit record timestamp.
date-timeUpper bound (exclusive) for the audit record timestamp.
date-timeFilter by authentication strategy.
Filter by service name.
Filter by HTTP method.
Filter out results by HTTP method.
items <= 10Free-text search over path, user ID, email, client IP, and status.
Additional user IDs to OR into free-text search.
items <= 100Opaque cursor from X-Next-Cursor for the next chunk of older records.
Maximum number of records to return in this chunk.
1 <= value <= 5000050000Encoding for the returned chunk.
"jsonl.gz"Value in
- "jsonl"
- "jsonl.gz"
Response
One chunk of audit log records.
binarycurl -X GET "https://example.com/audit-logs/export/chunk?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z""string"{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}