Github API - Test Config

GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/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 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 runs. OAuth Apps and authenticated users must have the repo scope to get check runs in a private repository.
List check runs in 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)

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)

Returns
200 application/json 3871

3871 [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)