# Create export for account usage POST /v3/usage/exports/{exportType} Endpoint: POST /v3/usage/exports/{exportType} Security: API_Key ## Path parameters: - `exportType` (string, required) Controls accepted values Enum: "AUDIT_RUNS_EXPORT", "WEB_JOURNEY_RUNS_EXPORT" ## Response 201 fields (application/json): - `exportId` (integer, required) Unique ID of an export ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)