v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBSupplyChain2Service
List findings for advisory
Returns a summary of findings grouped by project and branch for a specific advisory using pagination
post/api/sca/deployments/{deploymentId}/advisories/{advisoryId}/findings
Path parameters
deploymentIdstring int64 required
Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.
advisoryIdstring required
Advisory identifier to get findings for
Example:ssc-abc123
Request body
Example request
{
"advisoryId": "ssc-abc123",
"pageSize": 25
}Response
OK