Skip to main content

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
Events outside your retention window are not included in exports. The export dialog displays a warning when your selected date range extends beyond the retention boundary.

Plan Quotas