Get a job's last run
Get a job's last run
Get the details of a job configuration’s most recent run.
GET
Get a job's last run
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The name of the job configuration for which to find job runs.
Response
200 - */*
OK
The job run's current status.
Available options:
unknown, idle, starting, running, finishing, cancelling, finished, cancelled, error, skipped The unique job run ID.
The job's configuration details.
The host that ran the job.
The job's start time, shown if the job has finished.
The job's end time, shown if the job has finished.
The job's total run time, shown if the job has finished.