Skip to main content
GET
/
v1
/
fleet
/
threads
/
{thread_id}
/
stream
Error
A valid request URL is required to generate request examples
"<string>"

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-fjmorr-1778259990-38b7dcc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Last-Event-ID
string

ID of the last event received. Pass to resume from that point; pass - to resume from the beginning.

Path Parameters

thread_id
string
required

Thread ID

Query Parameters

stream_modes
string

Stream modes to subscribe to. Comma-separated. Supported: lifecycle, run_modes, state_update

Response

SSE stream of thread events. Each event is id: <n>\nevent: <name>\ndata: <json>\n\n.

The response is of type string.