List workflow triggers
list_workflow_triggersList all workflow trigger definitions to audit which events fire automatically. Filter by name, page, or ordering to review rules.
Instructions
Trigger definitions across all workflows. Useful for auditing what fires when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the complete definitions. Triggers carry 27 fields and actions 34, so keep this off until you need the details of a specific rule — get_workflow is usually the better way. | |
| page | No | 1-based page number. | |
| ordering | No | Field to order by. Prefix with '-' to reverse, e.g. '-created'. | |
| page_size | No | Items per page. Clamped by the server's configured ceiling. | |
| name__icontains | No | Case-insensitive substring filter on the name. |