Skip to main content
GET
Stream a run's progress (SSE)
A convenience over polling GET /v1/runs/{run_id}. Emits a status frame on every state or progress change, then one terminal final frame carrying the complete run body.
The poll endpoint remains the source of truth. If the stream drops, fall back to polling — do not treat a dropped connection as a failed run.
Useful when a screen is long enough that a human wants a progress bar, or when an agent should start reading partial results rather than blocking on the whole batch. For the artifact once it finishes, see run artifacts.

Path Parameters

run_id
string
required

Response

Successful Response