dokkaiv0.1.0
API Reference

List playbooks

Omits content in favor of content_bytes.

GET/routines/playbooksany

Use 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"
  }
]