SkillHub
Referencepublic

Get a public file's content

GET
/public/registries/{ownerHandle}/{slug}/skills/{name}/versions/{version}/files/{path}

Path Parameters

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

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/public/registries/string/string/skills/string/versions/string/files/string"
{  "path": "string",  "sha256": "string",  "sizeBytes": 0,  "content": "string"}