v1

latestOpenAPI 3.1.02026-07-2658119246.0 KB
Public API

Stream Agent Run Events

Stream a run's progress as server-sent events (text/event-stream). Create the run with enable_events: true to have events published. A keep-alive comment is sent every 15 seconds.

get/v2/agents/{agent_id}/runs/{run_id}/events

Path parameters

agent_idstring uuid required

Web Search Agent ID, format wsa_<uuid>.

run_idstring required

Run ID, format task_run_<uuid>.

Response

Server-sent event stream of run activity.