Github API - Test Config

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

Lists annotations for a check run using the annotation id. GitHub Apps must have the checks:read permission on a private repository or pull access to a public repository to get annotations for a check run. OAuth Apps and authenticated users must have the repo scope to get annotations for a check run in a private repository.
List check run annotations

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)

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 check-annotation []

check-annotation [object]

Check Annotation

Attributes
annotation_level string

blob_href string

end_column integer

end_line integer

message string

path string

raw_details string

start_column integer

start_line integer

title string

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