customer_playbooks
Queries playbooks for a customer, enabling retrieval of automation workflows with filtering by type and creation date, ordering, and pagination.
Instructions
Playbooks · query customerPlaybooks. Variables: after, filter, first, order. Example variables: {"after":"T18w","filter":{"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"types":["CONFIGURATION_CHANGED"]},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: IntegrationActivityLogOrder | |
| filter | No | GraphQL: IntegrationActivityLogFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |