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
Create export
Send a
POST /api/v1/exports request with optional filters. The API returns the export ID with status pending.Status Values
| Status | Description |
|---|---|
pending | Export is queued for processing |
processing | Export is being generated |
completed | Export is ready for download |
failed | Export generation failed |
Filter Parameters
All filters are optional. Without filters, the export includes all events within your retention window.| Parameter | Type | Description |
|---|---|---|
from | string | ISO 8601 timestamp. Export events from this time onward |
to | string | ISO 8601 timestamp. Export events up to this time |
actor_id | string | Filter by actor identifier |
action | string | Filter by action |
resource | string | Filter by resource type |
tenant_id | string | Filter by tenant identifier |
session_id | string | Filter by session identifier |
search | string | Case-insensitive search across event fields |
Example
Limits
- Maximum 5 concurrent exports per workspace
- Download URLs expire after 7 days
- Each export counts toward your monthly export quota
Plan Quotas
| Plan | Monthly Exports |
|---|---|
| Free | 3 |
| Starter | 20 |
| Pro | 100 |
| Enterprise | Unlimited |