Skip to content

compozy automation jobs

Manage automation jobs

For people running agent work7 pages in this section

compozy automation jobs

Manage automation jobs

compozy automation jobs [flags]

Options

      --cursor string      Continue after this automation job cursor
      --enabled            Filter by enabled state; use --enabled=false for disabled jobs
  -h, --help               help for jobs
      --limit int          Maximum jobs per page (default 50)
      --loop string        Filter by loop target name
      --query string       Search jobs by name, agent, prompt, scope, source, or schedule
      --scope string       Filter by scope: global or workspace
      --source string      Filter by definition source: config, package, or dynamic
      --workspace string   Override workspace filter (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 automation jobs -o json

Subcommands

CommandDescription
compozy automation jobs createCreate an automation job
compozy automation jobs deleteDelete an automation job
compozy automation jobs getShow one automation job
compozy automation jobs historyShow run history for one automation job
compozy automation jobs triggerForce an immediate automation job run
compozy automation jobs updateUpdate an automation job

On this page