List agent task messages

Return every step-by-step message the agent has emitted while working on this task. Combine with GET /v1/agents/{task_id} for the final result. Polled by clients that want to render a live reasoning trace.

Authentifizierung

AuthorizationBearer

Pass your EmpirioLabs API key as a bearer token. The Anthropic-style x-api-key header is also accepted on every endpoint.

Pfadparameter

task_idstringErforderlich

Antwort

Messages collected so far.
objectstring
modelstring
task_idstring
resultobject

Upstream agent step list (raw + extracted).