# Create export for alert POST /v3/alerts/exports/{exportType} Endpoint: POST /v3/alerts/exports/{exportType} Security: API_Key ## Path parameters: - `exportType` (string, required) Controls accepted values Enum: "ACCOUNT_LEVEL_TRIGGERED_ALERTS_EXPORT" ## Query parameters: - `page` (integer) Number of results page of an endpoint with paginated results - `size` (integer) Same constraints applied as on regular "get items list" endpoint, depends on - `sortBy` (string) Controls sorting - `sortDesc` (boolean) Controls sorting order - `allData` (boolean) IF THEN only one results page will be exported ELSE all data will be exported ## 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)