list_workflows
Retrieve and filter workflows from ServiceNow using API queries. Specify parameters like name, active status, and pagination to streamline workflow management.
Instructions
List workflows from ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Filter by active status | |
limit | No | Maximum number of records to return | |
name | No | Filter by name (contains) | |
offset | No | Offset to start from | |
query | No | Additional query string |