SkillHub
Referenceimports

List externally-sourced skills in your registries

GET
/imports/imported

Query Parameters

cursor?string
Length1 <= length <= 4096
limit?integer
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/imports/imported"
{  "items": [    {      "sourceKind": "github",      "sourceUrl": "string",      "skillName": "string",      "registry": {        "ownerHandle": "string",        "slug": "string"      }    }  ],  "nextCursor": "string"}