Stream agent run events

Streams real-time events for an agent run using Server-Sent Events (SSE). Events are emitted in AG-UI format: RUN_STARTED, STATE_SNAPSHOT, and RUN_FINISHED.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Agent run ID

Errors