List packages stewarded by the authenticated user
Returns a paginated list of packages where the authenticated user (req.actor.id) is an active steward (lead or co_steward). Includes package metadata, health, open vulnerabilities, last activity, and the user's role and stewardship status. The meta.statusCounts object always reflects counts across all of the user's stewardships, regardless of the active status filter, so the tab bar can render all buckets at once.
Query parameters
Filter by stewardship status.
Case-insensitive substring match on package name or PURL.
Filter to packages with at least one vulnerability of this severity or worse.
Response
Paginated list of the user's stewarded packages.
Example response
{
"data": [
{
"purl": "pkg:npm/minimist",
"name": "minimist",
"ecosystem": "npm",
"lifecycle": "abandoned",
"openVulns": 2,
"lastActivityDescription": "Escalated for intervention",
"stewardshipId": "42"
}
]
}Changes
Changed in 2 of the 4 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲