kitaru executions cohort
Resolve a cohort of original executions (dry-run selection only).
Use executions cohort -o json and executions replay --ids-file to review selection before submitting replay work.
Usage
kitaru executions cohort [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--flow | str | Yes | Flow name to select executions from. | |
--at | str | Yes | Replay anchor checkpoint used for pre-filtering. | |
--deployment | str | No | None | Deployment tag pin (for example prod). |
--deployment-version | int | No | None | Deployment version pin. |
--order-by | str | No | "-started_at" | Sort field; prefix with '-' for descending. |
--limit | int | No | 50 | Maximum executions to return. |
--since | str | No | None | Include executions started on/after this ISO date/time. |
--until | str | No | None | Include executions started on/before this ISO date/time. |
--max-scan | int | No | 500 | Maximum executions to inspect while resolving. |
--include-failed | bool | No | False | Include failed executions in addition to completed. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |