Cron API
Create, list, and delete cron jobs directly on the OpenClaw gateway. Cron jobs run recurring tasks on your agent using the gateway’s built-in scheduler.These endpoints manage cron jobs on the gateway itself via
POST /tools/invoke. For application-level scheduled tasks stored in the database, see the scheduled tasks API.Cron is enabled by default on all new instances. The provisioning template sets a maximum of 2 concurrent runs and 24-hour session retention. You can adjust these limits using the config API.
List cron jobs
Response
Job object
Response fields
Gateway errors
When the gateway is unreachable, the endpoint returns HTTP200 with an empty job list and the error detail: