Kitaru

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

NameTypeRequiredDescription
FILEpathYesLocal payload file.

Options

NameTypeRequiredDescription
--importerreferenceYesExact IMPORTER@VERSION reference.
--agentreferenceYesExact AGENT@VERSION reference.
--paramsJSON objectNoImporter parameters.
--join-onJSON PointerNoGroup source traces by the value at this RFC 6901 JSON Pointer.
--tagtext[]NoTag every session created by this import; requires --wait.
--media-typestringNoPayload media type.
--waitbooleanNoWait for remote work settlement.
--intervalpositive floatNoPolling interval; requires --wait.
--timeoutpositive floatNoLocal wait timeout; requires --wait.
--idempotency-keystringNoRetrying 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.

On this page