job:listΒΆ
View your most recent jobs for the active team. By default, only your own jobs are included.
Usage
horizon job:list [options]
Examples
# View my running jobs
horizon job:list --state="running"
# View all recent jobs for the active team
horizon job:list --all
Options
This command supports the general CLI options in addition to those listed below.
--state=VALUE, -s VALUEShow only the jobs with the specified status(es). The VALUE (case-insensitive) can be any job status listed here. To specify multiple statuses, separate them with a comma (example:
--state="running","pending").--all, -aShow all jobs for the active team.
--jobs=NUMBER, -J NUMBERShow the specified NUMBER of jobs (default: 50, maximum: 1000).
--batch_id=BATCH_ID, -B BATCH_IDShow only the jobs belonging to the batch with the specified BATCH_ID (example:
--batch_id="pyi2zub057rp").--jsonReturn output in JSON format.