Platform API 3.0
/- Export Unified Findings report for an application asynchronously (Platform)
Export AI Account (cross-org) Findings report asynchronously
Export AI Account (cross-org) Inventory report asynchronously
Export AI Application BOM report asynchronously
Export AI Application Findings report asynchronously
Export AI Application Inventory report asynchronously
Export Code Application Compliance report asynchronously
Export Code Application Findings report asynchronously (Code - SAST)
Export Code Application Resolved Findings report asynchronously (Code - SAST)
Export Code Application Suppressions report asynchronously (Code - SAST)
Export Image Application SBOM report asynchronously
Export IMG Application Attribution report asynchronously
Export IMG Application Due Diligence report asynchronously
Export AI Organization BOM report asynchronously
Export AI Organization Findings report asynchronously
Export AI Organization Inventory report asynchronously
Export Code Organization Compliance report asynchronously (Code - SAST)
Export Image Organization SBOM report asynchronously
Export IMG Organization Attribution report asynchronously
Export IMG Organization Due Diligence report asynchronously
Get Reports
Export Activity Log report asynchronously (Platform)
Download Report
Export Unified Findings report for an organization asynchronously (Platform)
Export Users and Groups report asynchronously (Platform)
Get Report Status
Delete Report
Export AI Project BOM report asynchronously
Export AI Project Findings report asynchronously
Export AI Project Inventory report asynchronously
Export Code Project Compliance report asynchronously (Code - SAST)
Export Code Project Findings report asynchronously (Code - SAST)
Export Code Project Resolved Findings report asynchronously (Code - SAST)
Export Code Project Suppressions report asynchronously (Code - SAST)
Export Image Project SBOM report asynchronously
Export IMG Project Attribution report asynchronously
Export IMG Project Due Diligence report asynchronously
Export Unified Findings report for a project asynchronously (Platform)
Export account inventory report asynchronously (Dependencies - SCA)
Export account dependency security findings report asynchronously (Dependencies - SCA)
Export account dependency security findings by library report asynchronously (Dependencies - SCA)
Export application SBOM report asynchronously (Dependencies - SCA)
Export application Attribution report asynchronously (Dependencies - SCA)
Export application due diligence report asynchronously (Dependencies - SCA)
Export application Findings report asynchronously (Dependencies - SCA)
Export application Inventory report asynchronously (Dependencies - SCA)
Export application Risk report asynchronously (Dependencies - SCA)
Export project SBOM report asynchronously (Dependencies - SCA)
Export project Attribution report asynchronously (Dependencies - SCA)
Export project due diligence report asynchronously (Dependencies - SCA)
Export project Findings report asynchronously (Dependencies - SCA)
Export project Inventory report asynchronously (Dependencies - SCA)
Export project Risk report asynchronously (Dependencies - SCA)
Export Unified Findings r...
Security
bearer-key
List of label UUIDs used to scope the report. Pass an empty array ([]) to apply no label filtering (the report then covers the full scope). Note: the placeholder value "string" shown in the example schema is not a valid UUID — passing it (or any non-existent label UUID) matches no labels and produces an empty report.
Example:
[]
Engines to include. Omit or pass an empty array to include every engine.
Example:
[ "SCA", "SAST" ]
POST
{ "name": "string", "format": "json", "sendEmailNotification": true, "labelsUuidList": [], "excludeInactiveProjects": true, "projectUuids": [ "string" ], "engine": [ "SCA", "SAST" ], "findingCategory": [ "Security" ] }
Response
{ "supportToken": "1171c60d", "response": { "uuid": "string", "name": "string", "scopeUuid": "string", "scopeName": "string", "subScopes": [ … ], "title": "string", "reportType": "attribution", "format": "json", "scopeType": "organization", "scopeUuidList": [ … ], "projectUuids": [ … ], "status": "PENDING", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "sendEmailNotification": true, "labelsUuidList": [ … ], "includeVulnerabilities": true, "excludeInactiveProjects": true } }