ark runs
List ArkRun history for a team in a live cluster - view past runs, phases, token usage, and duration.
List all ArkRun records for a team, newest first.
ark runs <team> [flags]
Each triggered run creates a separate ArkRun object in the cluster. ark runs gives you a historical view - useful for auditing, debugging, and tracking token spend over time.
Flags
| Flag | Default | Description |
|---|---|---|
-n, --namespace | - | Namespace of the ArkTeam (required) |
--context | current context | Kubernetes context to use |
Examples
# List all runs for a team
ark runs research-pipeline -n my-org
# In a specific cluster
ark runs research-pipeline -n my-org --context prod-cluster
Example output
NAME PHASE STEPS TOKENS AGE
research-pipeline-7x2kp Succeeded 3/3 8,412 2m
research-pipeline-4n9qw Failed 1/3 1,204 1h
research-pipeline-b3mzv Succeeded 3/3 7,918 1d
See also
- ark trigger - start a new run
- ark retry - retry a failed run
- ark-dashboard - visual run history with step-by-step output