Github API - Test Config

GET /repos/{owner}/{repo}/check-runs/{check_run_id}
repos
checks

Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.

Gets a single check run using its id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get check runs. OAuth Apps and authenticated users must have the repo scope to get check runs in a private repository.
Get a check 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 check-run-id

check-run-id [scalar]

The unique identifier of the check run.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json check-run

check-run [object]

A check performed on the code of a given code change

Attributes
check_suite 1935

completed_at string

conclusion string

deployment deployment-simple

details_url string

external_id string

head_sha string

The SHA of the commit that is being checked.

html_url string

id integer

The id of the check.

name string

The name of the check.

node_id string

output 1936

pull_requests pull-request-minimal []

started_at string

status string

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

url string

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