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 VALUE

Show 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, -a

Show all jobs for the active team.

--jobs=NUMBER, -J NUMBER

Show the specified NUMBER of jobs (default: 50, maximum: 1000).

--batch_id=BATCH_ID, -B BATCH_ID

Show only the jobs belonging to the batch with the specified BATCH_ID (example: --batch_id="pyi2zub057rp").

--json

Return output in JSON format.