Path Parameters
The ID of the thread.
Body
Payload for creating a thread-specific cron job (runs on the same thread).
The cron schedule to execute this job on.
The assistant ID or graph name to run. If using graph name, will default to the assistant automatically created from that graph by the server.
The end date to stop running the cron.
The input to the graph.
Metadata to assign to the cron job runs.
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.
* Multitask strategy to use. Must be one of 'reject', 'interrupt', 'rollback', or 'enqueue'.
reject, rollback, interrupt, enqueue Response
Success
Represents a scheduled task.
The ID of the cron.
The ID of the thread.
The end date to stop running the cron.
The schedule to run, cron format.
The time the cron was created.
The last time the cron was updated.
The run payload to use for creating new run.
The ID of the assistant.
The ID of the user.
The next run date of the cron.
The cron metadata.