playbook_runs
Fetch playbook run history with filters for status, platform, and timeframe. Use pagination to review automated incident response actions.
Instructions
Playbooks · query playbookRuns. Variables: after, filter, first, orderBy. Example variables: {"after":"T18w","filter":{"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"drpAlertShortCodes":[""],"platforms":["WEB"],"playbookActions":[""],"playbookNames":[""],"playbookTypes":["CONTAINMENT"],"search":"","statuses":["FAILED"],"tempRuleIds":[""],"ticketNum...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| filter | No | GraphQL: PlaybookRunFilter | |
| orderBy | No | GraphQL: PlaybookRunOrder | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |