Skip to content

Jobs Object ​



id
string
REQUIRED · 

The unique identifier for the job

name
string

The name of the job

build
string

The build of the job

status
string

The status of the job - queued, in_progress, completed or the raw response from the API

conclusion
string

The conclusion of the job - passed, failed, cancelled, timeout, skipped, retried, partial or the raw response from the API

commit
string

The commit of the job

branch
string

The head branch of the job

attempts
integer

The number of attempts for the job

created_at
string · date-time

The date and time when the job was created

updated_at
string · date-time

The date and time when the job was last updated

started_at
string · date-time

The date and time when the job started

completed_at
string · date-time

The date and time when the job completed

remote_data
object

Raw data returned from the remote API call.