Overview
Export your audit log events as CSV files. Exports are processed in the background and produce a signed download URL that expires after 7 days.Export Lifecycle
1
Create export
Send a
POST /api/v1/exports request with optional filters. The API returns the export ID with status pending.2
Processing
The export job runs in the background. Status changes to
processing.3
Download
When status is
completed, request GET /api/v1/exports/{id}/download. The API returns a 302 redirect to a signed URL.Status Values
Filter Parameters
All filters are optional. Without filters, the export includes all events within your retention window.Example
Limits
- Maximum 5 concurrent exports per workspace
- Download URLs expire after 7 days
- Each export counts toward your monthly export quota