Github API - Test Config

GET /repos/{owner}/{repo}/actions/jobs/{job_id}
actions
repos

Gets a specific job in a workflow run. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.
Get a job for a workflow run

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key job-id

job-id [scalar]

The unique identifier of the job.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json job

job [object]

Information of a job execution in a workflow run

Attributes
check_run_url string

completed_at string

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

conclusion string

The outcome of the job.

head_branch string

The name of the current branch.

head_sha string

The SHA of the commit that is being run.

html_url string

id integer

The id of the job.

labels string []

name string

The name of the job.

node_id string

run_attempt integer

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

run_id integer

The id of the associated workflow run.

run_url string

runner_group_id integer

The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

runner_group_name string

The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

runner_id integer

The ID of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

runner_name string

The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)

started_at string

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

status string

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

steps 2019 []

url string

workflow_name string

The name of the workflow.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)