Kitaru

kitaru session list

List sessions.

Usage

kitaru session list [OPTIONS]

Supported --output modes: auto, text, json.

Options

NameTypeRequiredDescription
--sizeintegerNoItems per page (1-1000).
--cursorstringNoCursor from the previous page.
--sortfield:directionNoSort by created:asc or created:desc.
--filterJSONNoAdvanced JSON filter expression.
--statusin_progress|completed|failedNoOnly sessions with this status.
--agentreferenceNoOnly sessions for this exact agent UUID or name.
--originimported|recorded|replayNoOnly sessions with this origin.
--imported-fromstringNoOnly sessions imported from this exact source system.
--tagtextNoOnly sessions with this tag.
--cohortreferenceNoOnly sessions in this cohort version.
--started-aftertimestampNoOnly sessions started at or after this ISO 8601 timestamp.
--started-beforetimestampNoOnly sessions started before this ISO 8601 timestamp.
--include-payloadsbooleanNoInclude session inputs and outputs.

Every command also accepts the global options listed on the CLI overview page.

On this page