list_workflows
Retrieve and filter workflows from ServiceNow instances using customizable parameters such as active status, name, and query. Manage workflow data efficiently with offset and limit options.
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 |