Skip to main content
GET
/
threads
/
{thread_id}
/
runs
/
{run_id}
/
stream
Stream Run
curl --request GET \
  --url https://api.example.com/threads/{thread_id}/runs/{run_id}/stream
{
  "error": "<string>",
  "message": "<string>",
  "details": {}
}

Headers

Last-Event-ID
string | null

Path Parameters

thread_id
string
required
run_id
string
required

Query Parameters

_stream_mode
string | null

Override the stream mode for this connection.

Response

Server-Sent Events stream