Get job runs
Jobs
Get job runs
Retrieve execution history for a job
GET
Get job runs
Returns the last 50 executions for a job, ordered by most recent first. Most jobs will have a single run, but manually triggered jobs may have additional entries.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 job.
Response
Returns an array of run objects.Unique run identifier (UUID).
Always
null for job runs.The job this run belongs to.
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