Skip to main content

saucectl jobs list

Lists jobs from Sauce Labs.

Usage

$ saucectl jobs list [flags]

Available Options

FlagShorthandDescription
--out-oOutput format to the console. Options: text (default) and json.
--region-rThe Sauce Labs region. Options are us-west-1 (default) and eu-central-1.
--page-pPage for pagination. Default is 0.
--size-sPer page for pagination. Default is 20.
--statusNoneFilter job using status. Options are passed, failed, error, complete, in progress, and queued.
--sourceNoneJob source from Sauce Labs. Options are vdc, rdc, and api.

Options Details

--out

| OPTIONAL | STRING |

Output format to the console. Options are text (default) and json.

Shorthand: -o <text/json>

saucectl jobs list --out json

--region

| OPTIONAL | STRING |

The Sauce Labs region. Options are us-west-1 (default) and eu-central-1.

Shorthand: -r <region>

saucectl jobs list --region us-west-1

--page

| OPTIONAL | STRING |

Page for pagination. Default is 0.

Shorthand: -p <page>

saucectl jobs list --page 1

--size

| OPTIONAL | STRING |

Per page for pagination. Default is 20.

Shorthand: -s <size>

saucectl jobs list --size 20

--status

| OPTIONAL | STRING |

Filter job using status. Options: passed, failed, error, complete, in progress, and queued.

saucectl jobs list --status passed

--source

| OPTIONAL | STRING |

Job source from saucelabs. Options: vdc, rdc, and api.

saucectl jobs list --source vdc