v1

latestOpenAPI 3.1.02026-07-1741026.2 KB
Stewardship

Batch stewardship state for a list of purls

Returns lean stewardship state for up to 100 purls in one request. Purls not found in CDP return null.

post/packages:batch-stewardship

Request body

purlsstring[] required

Example request

{
  "purls": [
    "pkg:npm/lodash",
    "pkg:npm/express",
    "pkg:pypi/requests"
  ]
}

Response

Stewardship state keyed by purl. Unknown or invalid purls return null.

packagesobject required