Skip to main content
Schema1.1.4object

job

Information of a job execution in a workflow run

Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Job

object

Information of a job execution in a workflow run

check_run_url string
required
completed_at string (date-time)
requirednullable

The time that the job finished, in ISO 8601 format.

conclusion string
requirednullable

The outcome of the job.

head_sha string
required

The SHA of the commit that is being run.

html_url string
requirednullable
id integer
required

The id of the job.

name string
required

The name of the job.

node_id string
required
run_attempt integer
optional

Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.

run_id integer
required

The id of the associated workflow run.

run_url string
required
started_at string (date-time)
required

The time that the job started, in ISO 8601 format.

status string
required

The phase of the lifecycle that the job is currently in.

steps array
optional

Steps in this job.

url string
required