Latest activity feed for the authenticated user's stewardships
Returns the most recent stewardship activity events scoped to packages where the authenticated user is an active steward. Results are deduplicated by stewardship — only the single most recent event per package is returned — and sorted newest-first. Designed to power the "Latest activity" strip on the My Stewardships page. Default pageSize is 3 (one card per attention-needed status); increase for a "load more" experience.
Query parameters
Comma-separated list of stewardship statuses to filter. Example: needs_attention,blocked,escalated,assessing
Response
Deduplicated activity feed for the user's stewardships.
Example response
{
"data": [
{
"stewardshipId": "42",
"packageName": "jackson-databind",
"purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind",
"packageEcosystem": "maven",
"activityType": "advisory_detected",
"description": "New security advisory detected",
"suggestedAction": "Review & respond"
}
]
}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
- ▲