v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBReports
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"
}