Agentic Data Plane
Preview

rpk ai agent a2a task get

Fetch a task’s current state, status message, artifacts and (optionally truncated) message history. Use -o json for the full task object.

Usage

rpk ai agent a2a task get [flags]

Examples

This section provides examples of how to use rpk ai agent a2a task get.

rpk ai agent a2a task get financial-advisor TASK_ID
rpk ai agent a2a task get financial-advisor TASK_ID --history 10 -o json

Flags

Value Type Description

--history

int

number of most recent history messages to include.

--timeout

duration

abort the call after this long (0 to wait forever).

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.