list-workflow-instances
Retrieve execution instances for a workflow to obtain IDs for step-level troubleshooting with get-workflow-instance.
Instructions
List run instances (executions) for a workflow. Returns instance IDs to drill into with get-workflow-instance for step-level state and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | Workflow UUID whose runs to list | |
| pageSize | No | Results per page (default 20, max 100) | |
| pageNumber | No | Page number (0-based) |