compozy automation jobs
Manage automation jobs
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.
| Format | Command result |
|---|---|
human | Interactive terminal rendering |
json | Machine-readable JSON rendering |
jsonl | One JSON record per line when supported |
toon | Compact agent-readable rendering |
Example:
compozy automation jobs -o jsonSubcommands
| Command | Description |
|---|---|
| compozy automation jobs create | Create an automation job |
| compozy automation jobs delete | Delete an automation job |
| compozy automation jobs get | Show one automation job |
| compozy automation jobs history | Show run history for one automation job |
| compozy automation jobs trigger | Force an immediate automation job run |
| compozy automation jobs update | Update an automation job |