Get Skill
Get one skill by id, with its evidence ids and optionally its bundle body.
Looks up by id directly; cross-space.
Path Parameters
skill_id*Skill Id
Query Parameters
include_body?Include Body
Include the SKILL.md body
Response Body
application/json
application/json
curl -X GET "https://example.com/skills/string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}