Stream Thread Events
Open a channel-filtered SSE stream of the thread’s run events.
Thread-scoped: events for any run on the thread flow through, so a
client can open the stream then issue run.start. Each SSE frame’s
data: is a protocol event envelope; id: is the seq a client
echoes back as since on resume.
DB work runs in short-lived sessions (the upfront ownership check here, and each run-lister poll) so no connection is held for the SSE lifetime (#423).
Path Parameters
Body
Body for POST /threads/{thread_id}/stream/events.
Thread-scoped, matching the LangGraph SDK: no run id — the stream carries events for whatever run(s) execute on the thread.
Channels to subscribe to (e.g. messages, values, lifecycle).
Subgraph namespace prefixes to include.
Max subgraph nesting depth to include.
x >= 0Last seq the client saw; events at or below it are skipped on resume.
x >= 0Response
SSE stream of protocol event envelopes