Stream a thread run
Stream a thread run
Start a run on a thread and stream output as server-sent events. The request must use agent_id; assistant_id is reserved for server-side forwarding and is rejected.
POST
Stream a thread run
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-nhlang-1779401817-6c3eb92.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Thread ID.
Body
application/json
Managed Deep Agent ID. The server forwards this upstream as assistant_id.
Input messages for the run.
Minimum array length:
1Stream modes to return.
Available options:
values, updates, messages-tuple Whether to stream subgraph events.
User timezone for runtime context.
Example:
"America/Los_Angeles"
Response
Server-sent event stream.
The response is of type string.

