kitaru session nodes
List a session's nodes in index order.
Usage
kitaru session nodes SESSION [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
SESSION | UUID | Yes | Session ID. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--size | integer | No | Items per page. |
--cursor | string | No | Page cursor. |
--filter | JSON | No | Filter expression as a JSON object. |
--include-payloads | boolean | No | Include node inputs, outputs, and attributes. |
Every command also accepts the global options listed on the CLI overview page.