Agentic Data Plane
beta

rpk ai agent transcript list

List an agent’s conversation transcripts

Usage

rpk ai agent transcript list <agent> [flags]

Flags

Value Type Description

--errors-only

-

only conversations that contain errors.

-h, --help

-

help for list.

--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).

-o, --format

string

output format: table|wide|json|yaml|markdown (env: RPAI_FORMAT) (default "table").

--no-color

-

disable colored output (env: NO_COLOR).

-c, --rpai-config

string

path to rpai config (env: RPAI_CONFIG) (default "/var/lib/redpanda/.rpai/config").

-s, --rpai-endpoint

string

override the selected environment’s AI Gateway URL for this invocation.

-p, --rpai-profile

string

rpai profile name (env: RPAI_PROFILE).

-v, --rpai-verbose

-

verbose debug logging to stderr (env: RPAI_VERBOSE).

--token

string

static bearer token override (ambient RPAI_TOKEN is ignored under rpk ai).