v1

latestOpenAPI 3.1.02026-07-17152154.1 KB
Packages

Get stewardship history for a package

Returns the full activity log for the stewardship associated with the given PURL, ordered newest-first. Returns an empty list if no stewardship exists. Intended for lazy-loading the History tab in the package detail drawer.

get/akrites/packages/history

Query parameters

purlstring required
Example:pkg:npm/%40angular/core@17.0.0

Package URL (PURL) — must start with pkg:.

Response

Stewardship activity history.

totalinteger required

Example response

{
  "events": [
    {
      "actorType": "user",
      "activityType": "state_changed"
    }
  ]
}