Runs
Stream output from Run
Join the output stream of an existing run. This endpoint streams output in real-time from a run similar to the /threads/THREAD_ID/runs/stream endpoint. Only output produced after this endpoint is called will be streamed.
get/threads/{thread_id}/runs/{run_id}/stream
Path parameters
thread_idstring uuid required
The ID of the thread.
The ID of the thread.
run_idstring uuid required
The ID of the run.
The ID of the run.
Response
Success
{"stackTrail":"paths:/threads/{thread_id}/runs/{run_id}/stream:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}