Skip to content

compozy automation triggers

Manage automation triggers

For people running agent work6 pages in this section

compozy automation triggers

Manage automation triggers

compozy automation triggers [flags]

Options

      --cursor string      Continue after this automation trigger cursor
      --enabled            Filter by enabled state; use --enabled=false for disabled triggers
      --event string       Filter by activation event
  -h, --help               help for triggers
      --limit int          Maximum triggers per page (default 50)
      --loop string        Filter by loop target name
      --query string       Search triggers by definition or filter fields
      --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 triggers -o json

Subcommands

CommandDescription
compozy automation triggers createCreate an automation trigger
compozy automation triggers deleteDelete an automation trigger
compozy automation triggers getShow one automation trigger
compozy automation triggers historyShow run history for one automation trigger
compozy automation triggers updateUpdate an automation trigger

On this page