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.
Path parameters
string
required
The UUID of the job.
Response
Returns an array of run objects.string
Unique run identifier (UUID).
string | null
Always
null for job runs.string
The job this run belongs to.
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