jobs:list
rai jobs:list [OPTIONS]List jobs with optional filters.
Options
Section titled “Options”| Option | Type | Description |
|---|---|---|
--type | text | Filter by job type (Logic/Prescriptive/Predictive). |
--id | text | Filter by job id (optional). |
--state | text | Filter by job state (optional). |
--name | text | Filter by reasoner name (optional). |
--created-by | text | Filter by creator username (optional). |
--only-active | Boolean | Only active jobs. Default: False. |
--limit | integer | Maximum results to display. Default: 100. |
--offset | integer | Number of results to skip. Default: 0. |
--include | choice[] | Include optional details expansions (read_only and timeout_ms columns; full details JSON with --json). Default: Sentinel.UNSET. |