Skip to main content

POST /api/v1/exports

Create a new CSV export with optional filters. Exports are processed in the background.

Request Body

string
ISO 8601 timestamp. Export events from this time onward.
string
ISO 8601 timestamp. Export events up to this time.
string
Filter exported events by actor identifier.
string
Filter by action.
string
Filter by resource type.
string
Filter by tenant identifier.
string
Filter by session identifier.
Case-insensitive search across event fields.

Response

Returns 202 Accepted:

Examples

Limits

  • Maximum 5 concurrent exports per workspace.
  • Each export counts toward your monthly export quota.
Events outside your retention window are not included in exports.