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.
Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Thread ID.
Body
Managed Deep Agent ID. The server forwards this upstream as assistant_id.
Input messages for the run.
1Stream modes to return.
values, updates, messages-tuple Whether to stream subgraph events.
IANA timezone name (for example, America/Los_Angeles) for this run. The runtime uses it to inject a localized current-date line into the agent's system prompt, so the agent reasons about dates in the user's local time. Optional. Defaults to the timezone stamped on the agent (or UTC if none was set); invalid values fall back to UTC.
"America/Los_Angeles"
Response
Server-sent event stream.
The response is of type string.

