Reports
Export project Findings report asynchronously (Dependencies - SCA)
Generates a Dependencies Findings report for the specified project asynchronously. Supported formats: Excel, JSON, XML.
post/api/v3.0/projects/{projectUuid}/dependencies/reports/findings
Path parameters
projectUuidstring required
UUID of the project
Request body
Example request
{
"format": "excel",
"vulnerabilitiesState": [
"OPEN"
],
"vulnerabilityTypes": [
"CVE",
"GHSA"
],
"dateRange": 30
}Response
OK
Example response
{
"supportToken": "1171c60d"
}Changes
Changed in 1 of the 3 revisions of this API.2
- ●
added the new
aiBomenum value to theresponse/reportTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
unifiedFindingsenum value to theresponse/reportTyperesponse property for the response status200response-property-enum-value-added
- ●