Create a run in a new thread, return the run ID immediately. Don’t wait for the final run output.
Payload for creating a run.
The assistant ID or graph name to run. If using graph name, will default to first assistant created from that graph.
The input to the graph.
The input to the graph.
Metadata to assign to the run.
The configuration for the assistant.
Static context added to the assistant.
Webhook to call after LangGraph API call is done.
1 - 65536Nodes to interrupt immediately before they get executed.
* Nodes to interrupt immediately after they get executed.
* The stream mode(s) to use.
values, messages, messages-tuple, tasks, checkpoints, updates, events, debug, custom Feedback keys to assign to run.
Whether to stream output from subgraphs.
Whether to persist the stream chunks in order to resume the stream later.
Whether to delete or keep the thread created for a stateless run. Must be one of 'delete' or 'keep'.
delete, keep The disconnect mode to use. Must be one of 'cancel' or 'continue'.
cancel, continue The number of seconds to wait before starting the run. Use to schedule future runs.
Whether to checkpoint during the run.
Durability level for the run. Must be one of 'sync', 'async', or 'exit'.
sync, async, exit Success