List workflows
list_workflowsList Paperless-ngx automation rules with their triggers and actions before adjusting filing behavior, so you can avoid duplicating what a workflow already handles.
Instructions
Automation rules on this instance, each with its triggers and actions inlined. Read these before changing filing behaviour — a workflow may already be doing what the user is asking you to do by hand.
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. |