v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
SupplyChain2Service

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

deploymentIdstring int64

Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.

advisoryIdstring

Advisory identifier to get findings for

pageSizeinteger

Number of projects per page.

cursorFindingCountinteger

Total finding count from the last project of the previous page for cursor-based pagination.

cursorProjectNamestring

Project name from the last project of the previous page for cursor-based pagination.

Example request

{
  "advisoryId": "ssc-abc123",
  "pageSize": 25
}

Response

OK

hasMoreboolean

True if there are more projects to get.

cursorFindingCountinteger

Total finding count from the last project - pass to next request for pagination.

cursorProjectNamestring

Project name from the last project - pass to next request for pagination.

ruleIdstring

Database rule ID for constructing findings URLs (integer primary key)