v1

latestOpenAPI 3.0.12026-08-06151265417.9 KB
Reports

Export project Risk report asynchronously (Dependencies - SCA)

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.

post/api/v3.0/projects/{projectUuid}/dependencies/reports/risk

Path parameters

projectUuidstring required

UUID of the project

Request body

namestring
format'pdf'

Output file format. The Risk report only supports pdf.

sendEmailNotificationboolean
exportMode'split' | 'fullPdf'

Export mode. "split" (default) produces a ZIP (PDF summary + Excel CVE detail). "fullPdf" produces a single PDF, subject to a project-count threshold.

Example request

{
  "format": "pdf",
  "exportMode": "split"
}

Response

OK

supportTokenstring

Example response

{
  "supportToken": "1171c60d"
}