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.
Authentication
AuthorizationBearer
Pass your EmpirioLabs API key as a bearer token. The Anthropic-style
x-api-key header is also accepted on every endpoint.
Path parameters
task_id
Response
Messages collected so far.
object
model
task_id
result
Upstream agent step list (raw + extracted).
