Body
Payload for creating a stateless cron job (creates a new thread for each execution).
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.
* What to do with the thread after the run completes. 'delete' removes the thread after execution. 'keep' creates a new thread for each execution but does not clean them up.
delete, keep 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.