Cron Scheduler API
Reliable webhook cron scheduling API for automations. Create, pause, resume, and trigger jobs with retries, timeouts, and usage-based limits.
8.9/10 popularity
787 ms avg latency
79% success rate
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Cron Scheduler API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/jobs /jobs |
|
| POST |
/jobs /jobs |
|
| GET |
/jobs/{id} /jobs/{id} |
|
| DELETE |
/jobs/{id} /jobs/{id} |
|
| PATCH |
/jobs/{id} /jobs/{id} |
|
| POST |
/jobs/{id}/pause /jobs/{id}/pause |
|
| POST |
/jobs/{id}/resume /jobs/{id}/resume |
|
| POST |
/jobs/{id}/trigger /jobs/{id}/trigger |
|
| GET |
/usage /usage |
|
| GET |
/health /health |