v1

latestOpenAPI 3.1.02026-07-17152154.1 KB
Packages

Batch stewardship lookup by PURL

Given up to 100 PURLs, returns a map of purl → stewardship summary for each. Missing packages are returned as null. Useful for enriching external package listings with CDP stewardship state.

post/akrites/packages:batch-stewardship

Request body

purlsstring[] required

Example request

{
  "purls": [
    "pkg:npm/%40angular/core@17.0.0"
  ]
}

Response

Per-purl stewardship map.

packagesobject required

Keys are the original PURLs from the request. Values are null when the package is not found in CDP.