Playground

Playground

Playbook

/api/v1/soc/playbooks

A reusable response runbook.

listgetcreateupdaterun

Schema

FieldTypeNotes
id*uuidServer-assigned ULID with type prefix (e.g. per_…).
tenant_id*stringTenant scope — auto-stamped from the caller's JWT.
app_idstringApp scope. Stamped ONLY when the caller's JWT was minted for a specific Application (integration API keys). Absent for human-user sessions. Filters reads when present.
created_at*date-timeServer stamp.
updated_at*date-timeServer stamp; updated on every patch.
created_byuuidPerson id from the caller's JWT (sub).
updated_byuuidPerson id from the last writer's JWT (sub).
sourcestringProvenance tag — defaults to 'edm'.
source_typeenumfrontend | backend | server | system | apiWhere the write originated. Defaults to 'api'.
is_deletedbooleanSoft-delete flag. Excluded from default list queries.
deleted_atdate-timeStamped when soft-deleted; null otherwise.
deleted_byuuidPerson id who soft-deleted; null otherwise.
schema_versionnumberDocument schema version. Bumped on incompatible writes.
namestringHuman-readable name of the playbook.
descriptionstringDescription of what this playbook does and when to use it.
categorystringIncident response phase this playbook serves.
trigger_conditionsjsonConditions that must all be met to auto-fire this playbook.
auto_executebooleanWhether this playbook fires automatically when trigger conditions are met.
mitre_tacticsjsonMITRE ATT&CK tactic IDs this playbook addresses.
mitre_techniquesjsonMITRE ATT&CK technique IDs this playbook addresses.
stepsjsonOrdered list of steps in the playbook.
required_connector_idsjsonIDs of Connectors that must be configured for this playbook to run.
owner_idstringID of the Person who owns this playbook.
enabledbooleanWhether this playbook is active and eligible to run.
last_run_atdate-timeISO 8601 timestamp of the most recent execution.
last_run_idstringID of the most recent playbook run instance.
run_statsjsonAggregate execution statistics.
tagsjsonFree-form tags for filtering.

API

client.soc.playbooks.*
Loading manifest…