list_workflows
Query and list workflow executions with optional limit for result count and skip for pagination.
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 |
|---|---|---|---|
| skip | No | Number of results to skip for pagination (default: 0) | |
| limit | No | Maximum number of results to return (default: 100, increase for more results) | |
| query | No | List filter query (e.g., 'WorkflowType="MyWorkflow"') |