v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
SupplyChain2Service

List repositories with dependencies

Returns any repositories which contain dependencies that match the given filter for a deployment

post/api/sca/deployments/{deploymentId}/repositories

Path parameters

deploymentIdstring int64 required

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

Request body

deploymentIdstring int64

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

cursorinteger

Use cursor in response to get next page of results.

pageSizeinteger

Number of repositories per page.

Example request

{
  "pageSize": 100
}

Response

OK

hasMoreboolean

True if there are more repositories to get.

cursorinteger

Pass to next request to get next page of results.