SkillHub
Referenceregistries

Get install analytics for every skill in a registry

GET
/registries/{ownerHandle}/{slug}/skills-usage

Path Parameters

ownerHandle*string
Lengthlength <= 64
slug*string
Lengthlength <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/registries/string/string/skills-usage"
{  "items": [    {      "installedByCount": 0,      "projectsCount": 0,      "name": "string"    }  ]}