Create Cron
Create a cron job that fires on a schedule (stateless).
Persists the cron record, then triggers the first run immediately and
returns the Run object (matching LangGraph SDK create() contract).
When the caller passes enabled=False the first run is suppressed and
the response is the persisted Cron instead.
Documentation Index
Fetch the complete documentation index at: https://docs.aegra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
Request body for creating a cron job (stateless or thread-bound).
256256"*""*"2048delete, keep 25664Response
Successful Response
- Run
- CronResponse
Run entity model
Status values: pending, running, error, success, timeout, interrupted
Unique identifier for the run.
Thread this run belongs to.
Assistant that is executing this run.
Identifier of the user who owns this run.
Timestamp when the run was created.
Timestamp when the run was last updated.
Current run status: pending, running, error, success, timeout, or interrupted.
Input data provided to the run. None for checkpoint-only resume.
Final output produced by the run, or null if not yet complete.
Error message if the run failed.
Configuration passed to the graph at runtime.
Context variables available during execution.