kitaru executions list
List executions with optional filters.
List executions with optional filters.
Usage
kitaru executions list [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--status | str | No | None | Optional status filter (running/waiting/completed/failed/cancelled). |
--flow | str | No | None | Optional flow-name filter. |
--limit | int | No | None | Maximum number of executions to return. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |