Github API - Test Config

GET /repos/{owner}/{repo}/commits/{ref}/check-runs
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.

Lists check runs for a commit ref. The ref can be a SHA, branch name, or a tag name. 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.
List check runs for a Git reference

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)

ref string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key check-name

check-name [scalar]

Returns check runs with the specified name.

API:
Github Open API
(version: 1.1.4)

key status

status [scalar]

Returns check runs with the specified status.

API:
Github Open API
(version: 1.1.4)

filter string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

app_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json 3880

3880 [object]

Attributes
check_runs check-run []

total_count integer

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