kitaru experiment run jobs
List one page of replay jobs backing an experiment run.
Usage
kitaru experiment run jobs RUN [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
RUN | UUID | Yes | Experiment-run ID. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--size | integer | No | Items per page (1-1000). |
--cursor | string | No | Cursor from the previous page. |
--sort | field:direction | No | Sort by created:asc or created:desc. |
--filter | JSON | No | Advanced JSON filter expression. |
Every command also accepts the global options listed on the CLI overview page.