Platform API 3.0
/- Export project Risk report asynchronously (Dependencies - SCA)
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
Export Code Application Resolved Findings report asynchronously
Export Code Application Suppressions report asynchronously
Export Image Application SBOM report asynchronously
Export IMG Application Attribution report asynchronously
Export IMG Application Due Diligence report asynchronously
Export Unified Findings report for an application asynchronously (Platform)
Export AI Organization BOM report asynchronously
Export AI Organization Findings report asynchronously
Export AI Organization Inventory report asynchronously
Export Code Organization Compliance report asynchronously
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
Export Code Project Findings report asynchronously
Export Code Project Resolved Findings report asynchronously
Export Code Project Suppressions report asynchronously
Export Image Project SBOM report asynchronously (Containers)
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 repor...
Generates a Dependencies Risk report for the specified project asynchronously. Default export mode is Split (PDF summary + Excel CVE detail delivered as a ZIP). Full PDF mode is also available, subject to a project-count threshold.
Security
bearer-key
POST
{ "name": "string", "format": "pdf", "sendEmailNotification": true, "exportMode": "split" }
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 } }