v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
SupplyChainService

List repositories with dependencies

post/api/v1/deployments/{deploymentId}/dependencies/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

cursornumber

Use cursor in response to get next page of results.

deploymentIdstring int64

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

pageSizenumber

Number of repositories per page. Default: 5, min: 1, max: 100.

Example request

{
  "pageSize": 100
}

Response

OK

cursornumber

Pass to next request to get next page of results.

hasMoreboolean

True if there are more repositories to get.