kitaru session list
List sessions.
Usage
kitaru session list [OPTIONS]Supported --output modes: auto, text, json.
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. |
--status | in_progress|completed|failed | No | Only sessions with this status. |
--agent | reference | No | Only sessions for this exact agent UUID or name. |
--origin | imported|recorded|replay | No | Only sessions with this origin. |
--imported-from | string | No | Only sessions imported from this exact source system. |
--tag | text | No | Only sessions with this tag. |
--cohort | reference | No | Only sessions in this cohort version. |
--started-after | timestamp | No | Only sessions started at or after this ISO 8601 timestamp. |
--started-before | timestamp | No | Only sessions started before this ISO 8601 timestamp. |
--include-payloads | boolean | No | Include session inputs and outputs. |
Every command also accepts the global options listed on the CLI overview page.