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

FlagDefaultDescription
-n, --namespace-Namespace of the ArkTeam (required)
--contextcurrent contextKubernetes 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