dokkaiv0.1.0
API Reference

Get a playbook

A playbook's full detail, content included.

GET/routines/playbooks/{name}any

Path parameters

namestringrequired
The playbook name.

Responses

200The playbook
json
{
  "id": 1,
  "name": "security-basics",
  "routines": ["review", "bughunt"],
  "content": "# Security basics\n\n- ..."
}
404No such playbook
json
{ "detail": "playbook 'security-basics' not found" }