Skip to main content
GET
Get cron runs
Returns the last 50 executions for a cron, ordered by most recent first.

Path parameters

string
required
The UUID of the cron.

Response

Returns an array of run objects.
string
Unique run identifier (UUID).
string
The cron this run belongs to.
string | null
Always null for cron runs.
string | null
Request identifier.
integer
HTTP status code returned by the webhook.
boolean
true if the status code was 2xx.
integer
Execution time in milliseconds.
string | null
Error message or response body on failure. null on success.
string
ISO 8601 timestamp of when the webhook was fired.
200