wb workflow job list
Categories:
Name
wb-workflow-job-list - List jobs.
Synopsis
wb workflow job list [--batch-job-id=<batchJobId>] [--created-by=<createdBy>] [--format=<format>] [--limit=<limit>] [--page=<page>] [--status=<status>] [--workflow=<workflowId>] [--workspace=<id>]
Description
List jobs.
Options
-
--batch-job-id=<batchJobId>
Filter jobs by batch run ID. This is the ID of the batch job that created the job set. -
--created-by=<createdBy>
Filter jobs by the email address of the user who submitted the job. -
--format=<format>
Set the format for printing command output. Defaults to the config format property.Valid values: JSON, TEXT
Default: null -
--limit=<limit>
The maximum number of rows to return.Default: 10 -
--page=<page>
The run ID where the list starts from. -
--status=<status>
Filter by job status.Valid values: PENDING, STARTING, RUNNING, SKIPPED, QUEUE_IN_ENGINE, STOPPING, COMPLETED, CANCELLED, FAILED, DELETED
-
--workflow=<workflowId>
Filter jobs by workflow ID. -
--workspace=<id>
Workspace ID to use for this command only.
Last Modified: 10 February 2026