# Export Code Application Findings report asynchronously (SAST) Endpoint: POST /api/v3.0/applications/{applicationUuid}/code/reports/findings Version: 3.0 Security: bearer-key ## Path parameters: - `applicationUuid` (string, required) Application UUID (Administration > Applications) ## Request fields (application/json): - `name` (string) - `format` (string) Enum: "json", "html", "unknown", "xml", "excel", "yaml", "pdf", "tv", "rdf", "csv", "sarif" - `sendEmailNotification` (boolean) - `labelsUuidList` (array) - `additionalParams` (object) ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.uuid` (string) - `response.name` (string) - `response.scopeUuid` (string) - `response.scopeName` (string) - `response.subScopes` (array) - `response.title` (string) - `response.reportType` (string) Enum: "attribution", "inventory", "vulnerabilities", "securityAlerts", "sbom", "securityAlertsLibrary", "Compliance", "Findings", "Suppressions", "spdx", "spdx_2_3", "cycloneDX", "cycloneDX_1_5", "dueDiligence", "unknown", "imgAttribution", "imgDueDiligence", "imgSpdx", "imgSpdx_2_3", "imgCycloneDX", "imgCycloneDX_1_5", "risk" - `response.format` (string) Enum: "json", "html", "unknown", "xml", "excel", "yaml", "pdf", "tv", "rdf", "csv", "sarif" - `response.scopeType` (string) Enum: "organization", "product", "project", "unsupported" - `response.scopeUuidList` (array) - `response.projectUuids` (array) - `response.status` (string) Enum: "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS" - `response.createdBy` (string) - `response.createdAt` (string) - `response.sendEmailNotification` (boolean) - `response.labelsUuidList` (array) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"