Get cron runs
Crons
Get cron runs
Retrieve execution history for a cron
GET
Get cron runs
Returns the last 50 executions for a cron, ordered by most recent first.Documentation Index
Fetch the complete documentation index at: https://docs.cronapi.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The UUID of the cron.
Response
Returns an array of run objects.Unique run identifier (UUID).
The cron this run belongs to.
Always
null for cron runs.Request identifier.
HTTP status code returned by the webhook.
true if the status code was 2xx.Execution time in milliseconds.
Error message or response body on failure.
null on success.ISO 8601 timestamp of when the webhook was fired.
200