list-workflow-instances
List run instances of a workflow to get execution IDs for further step-level state and error analysis.
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) |