Skip to main content
A run is a record of a single webhook execution. Every time a cron fires on schedule, a job reaches its scheduled time, or you manually trigger either one, CronAPI logs a run with the result.

Run object

Viewing runs

Retrieve the last 50 runs for a specific cron or job:
Runs are returned in reverse chronological order (most recent first).

Success and failure

Timeout

All webhook requests have a 30-second timeout. If your endpoint does not respond within 30 seconds, the run is recorded as failed with the error "Request timed out".

Automatic cleanup

Runs associated with a cron are automatically deleted when the cron is deleted.