v1
latestSwagger 2.02026-07-17193256.5 KBplaybook
gets all the UUIDs for the stored playbooks
return all stored playbooks default limit:100
get/playbook/
Response
OK
Example response
[
{
"created": "2024-01-01T09:00:00.000Z",
"created_by": "identity--96abab60-238a-44ff-8962-5806aa60cbce",
"derived_from": [
"[\"playbook--77c4c428-6304-4950-93ff-83c5224cb67a\"]"
],
"description": "This is an example investigation playbook",
"id": "playbook--77c4c428-6304-4950-93ff-83c5fd4cb67a",
"impact": 100,
"markings": [
"[marking-statement--6424867b-0440-4885-bd0b-604d51786d06]"
],
"modified": "2024-01-01T09:00:00.000Z",
"name": "Investigation playbook",
"playbook_types": [
"investigation"
],
"priority": 100,
"severity": 100,
"spec_version": "cacao-2.0",
"type": "playbook",
"valid_from": "2024-01-01T09:00:00.000Z",
"valid_until": "2124-01-01T09:00:00.000Z",
"workflow_exception": "end--37bea005-4a36-4a77-bd1f-79a6e4682a13",
"workflow_start": "start--07bea005-4a36-4a77-bd1f-79a6e4682a13"
}
]