Create a batch of runs and return immediately.
1The 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 - 65536The 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