List workflow actions
list_workflow_actionsAudit automatic workflow assignments by listing all action definitions across workflows, with optional filters to isolate specific rules.
Instructions
Action definitions across all workflows. Useful for auditing what gets assigned automatically.
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. |