Skip to main content
GET
List all runs for all jobs

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - */*

OK

state
enum<string>

The job run's current status.

Available options:
unknown,
idle,
starting,
running,
finishing,
cancelling,
finished,
cancelled,
error,
skipped
jobId
string

The unique job run ID.

jobConfig
object

The job's configuration details.

hostname
string

The host that ran the job.

result
object
startTime
string<date-time>

The job's start time, shown if the job has finished.

endTime
string<date-time>

The job's end time, shown if the job has finished.

duration
integer<int64>

The job's total run time, shown if the job has finished.

Example: