Skip to content
Loop
AGH RuntimeLoop

agh loop list

List Loop definitions

Audience
Operators running durable agent work
Focus
Loop guidance shaped for scanability, day-two clarity, and operator context.

agh loop list

List Loop definitions

agh loop list [flags]

Options

      --category string    Filter by exact catalog category
      --cursor string      Continue from an opaque Loop catalog cursor
  -h, --help               help for list
      --kind string        Filter by kind: read_only or workspace
      --limit int          Maximum Loops to return (default 50, max 200)
      --query string       Search Loop name or contract goal
      --sort string        Stable ordering: name (default "name")
      --status string      Filter by exact latest-run status
      --workspace string   Workspace path, name, or ID

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every AGH command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh loop list -o json

On this page