Stream Run
Stream an existing run's execution via SSE.
Attach to a run that was created without streaming (e.g. via the create endpoint) to receive its events in real time. If the run has already finished, a single end event is emitted. Use the Last-Event-ID header to resume from a specific event after a disconnect.
A periodic SSE keepalive comment is sent every KEEPALIVE_INTERVAL_SECS so idle proxies don't drop attached streams.
Path parameters
Query parameters
Override the stream mode for this connection.
Override the stream mode for this connection.
Headers
Response
Server-Sent Events stream
Changes
Changed in 1 of the 53 revisions of this API.3
- ○
api tag
Thread Runsaddedapi-tag-added
- ○
api tag
Runsremovedapi-tag-removed
- ○
added the media type
text/event-streamfor the response with the status200response-media-type-added
- ○