SkillHub
Referencepublic

Get a public skill's install analytics

GET
/public/registries/{ownerHandle}/{slug}/skills/{name}/usage

Path Parameters

ownerHandle*string
Lengthlength <= 64
slug*string
Lengthlength <= 64
name*string
Match^[a-z0-9]+(?:-[a-z0-9]+)*$
Length1 <= length <= 64

Response Body

application/json

application/json

application/json

application/json

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