API Reference
List playbooks
Omits content in favor of content_bytes.
GET
/routines/playbooksanyUse GET /routines/playbooks/{name} for the full content.
Responses
200Playbooks
json
[
{
"id": 1,
"name": "security-basics",
"routines": ["review", "bughunt"],
"content_bytes": 412,
"updated_at": "2026-07-11T09:00:00Z"
}
]