kitaru session import
Upload a local payload and create an import job.
Usage
kitaru session import FILE [OPTIONS]Supported --output modes: auto, text, json, jsonl.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
FILE | path | Yes | Local payload file. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--importer | reference | Yes | Exact IMPORTER@VERSION reference. |
--agent | reference | Yes | Exact AGENT@VERSION reference. |
--params | JSON object | No | Importer parameters. |
--join-on | JSON Pointer | No | Group source traces by the value at this RFC 6901 JSON Pointer. |
--tag | text[] | No | Tag every session created by this import; requires --wait. |
--media-type | string | No | Payload media type. |
--wait | boolean | No | Wait for remote work settlement. |
--interval | positive float | No | Polling interval; requires --wait. |
--timeout | positive float | No | Local wait timeout; requires --wait. |
--idempotency-key | string | No | Retrying this exact invocation with the same key returns the original result instead of acting twice. |
Every command also accepts the global options listed on the CLI overview page.