list_workflows
List workflow executions by query with pagination support. Control result count using limit and skip parameters.
Instructions
List workflow executions based on a query. Specify 'limit' to control the number of results (default: 100, max recommended: 1000). Use 'skip' to paginate through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | List filter query (e.g., 'WorkflowType="MyWorkflow"') | |
| limit | No | Maximum number of results to return (default: 100, increase for more results) | |
| skip | No | Number of results to skip for pagination (default: 0) |