list_workflows
Retrieve workflow executions from Temporal with optional query filters to inspect running, completed, or other workflow states. Specify a limit to control result size.
Instructions
List workflow executions from Temporal.
Args: query: Optional query filter (Temporal list filter syntax). Example: 'WorkflowType="MyWorkflow" AND ExecutionStatus="Running"' limit: Maximum number of workflows to return (default 10, max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |