Skip to main content
POST
/
v1
/
fleet
/
threads
/
{thread_id}
/
runs
/
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.

Path Parameters

thread_id
string
required

Thread ID

Body

application/json

Run configuration

agent_id
string
required
after_seconds
number
checkpoint
object
command
object
config
object
context
object
durability
enum<string>
Available options:
sync,
async,
exit
feedback_keys
string[]
if_not_exists
enum<string>
Available options:
create,
reject
input
object
interrupt_after
string[]
interrupt_before
string[]
metadata
object
multitask_strategy
enum<string>
Available options:
reject,
rollback,
interrupt,
enqueue
on_disconnect
enum<string>
Available options:
cancel,
continue
stream_mode
string[]
stream_resumable
boolean
stream_subgraphs
boolean
webhook
string

Response

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

The response is of type string.