Agentic Data Plane
Preview

rpk ai agent transcript list

List an agent’s conversation transcripts.

Usage

rpk ai agent transcript list [flags]

Flags

Value Type Description

--errors-only

bool

only conversations that contain errors.

--query

string

free-text search across conversation titles and content.

--since

string

only conversations started at/after this time (RFC3339, or a duration ago like 24h).

--status

string

filter by status: running, completed, error.

--until

string

only conversations started before this time (RFC3339, or a duration ago like 1h).

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.