list_flows
Retrieve Flow Designer flows from ServiceNow with filters for name, category, or active status to manage automation workflows.
Instructions
List Flow Designer flows with optional filter by name, category, or active status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search flows by name or description | |
| active | No | Filter to active flows only (default true) | |
| category | No | Filter by category (e.g., "ITSM", "HR", "Security") | |
| limit | No | Max records to return (default 50) |