list_workflow_executions
List Temporal workflow executions by applying visibility queries to filter by type, status, or start time. Specify region and page size to retrieve targeted workflow results.
Instructions
List workflow executions with optional filtering using Temporal visibility query syntax. Can filter by workflow type, status, start time, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Temporal visibility query (e.g., "WorkflowType='MyWorkflow' AND ExecutionStatus='Running'"). Leave empty to list all workflows. | |
| region | No | Region to query. Options: us (US West), eu (EU Central), au (Australia), in (India). Defaults to "us" if not specified. | |
| pageSize | No | Maximum number of results to return (default: 10, max: 1000) |