API Reference
Get a skill
A skill's full detail, content included.
GET
/routines/skills/{name}anyPath parameters
namestringrequiredThe skill name.
Responses
200The skill
json
{ "id": 1, "name": "sql-injection-review", "description": "...", "content": "..." }404No such skill
json
{ "detail": "skill 'sql-injection-review' not found" }