Usage time-series for a public registry skill (npm-style chart data)
registry
Usage time-series for a public registry skill (npm-style chart data)
Returns a multi-series usage time-series for a public registry skill,
summed across all consuming orgs' forks. The npm-style chart on the
public detail page reads from this.
No authentication required. Privacy-preserving: rolls up across orgs,
no per-org breakdown. Zero-filled buckets so the chart can render
without gap handling.
Response shape:
{
"skill_id": "...",
"window_days": 30,
"bucket": "day",
"series": [
{"date": "2026-05-01", "activations": 42,
"distinct_orgs": 8, "router_decisions": 100, "router_activated": 70},
...
],
"totals": {"activations": 1240, "distinct_orgs_max": 19, ...},
}
GET
Usage time-series for a public registry skill (npm-style chart data)
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Path Parameters
Query Parameters
Trailing window in days (max 365)
Required range:
1 <= x <= 365Bucket granularity: day | week | month
Comma-separated optional series. Supported values: distinct_orgs, router_decisions, router_activated. The base activations series is always returned.
Response
Successful Response