list_workflows
Retrieve workflow executions matching a query. Control result count with limit and paginate with skip.
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"') |