Skip to content

Get full skill content

GET
/v1/skills/{skill_id}/content
curl --request GET \
--url https://app.everruns.com/api/v1/skills/example/content
skill_id
required
string

Skill ID

Skill content

Media type application/json

Skill content response (for /content endpoint)

object
files
required
Array<object>

A file entry in a skill archive

object
content
required
string
path
required
string
skill_md
required
string
Example generated
{
"files": [
{
"content": "example",
"path": "example"
}
],
"skill_md": "example"
}

Skill not found