Github API - Test Config

GET /repos/{owner}/{repo}/check-suites/{check_suite_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 and a null value for head_branch.

Gets a single check suite 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 suites. OAuth Apps and authenticated users must have the repo scope to get check suites in a private repository.
Get a check suite

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-suite-id

check-suite-id [scalar]

The unique identifier of the check suite.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json check-suite

check-suite [object]

A suite of checks performed on the code of a given code change

Attributes
after string

before string

check_runs_url string

conclusion string

created_at string

head_branch string

head_commit simple-commit

head_sha string

The SHA of the head commit that is being checked.

id integer

latest_check_runs_count integer

node_id string

pull_requests pull-request-minimal []

repository minimal-repository

rerequestable boolean

runs_rerequestable boolean

status string

updated_at string

url string

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