Skip to content

compozy loop list

List Loop definitions

For people running agent work16 pages in this section

compozy loop list

List Loop definitions

compozy 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   Override workspace (ID, name, or path)

Options inherited from parent commands

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

Output Formats

The root -o, --output flag accepts these values. A renderer is supported only when this command writes that result; jsonl is for commands that emit one JSON record per line.

FormatCommand result
humanInteractive terminal rendering
jsonMachine-readable JSON rendering
jsonlOne JSON record per line when supported
toonCompact agent-readable rendering

Example:

compozy loop list -o json

On this page