---
title: "List check run annotations"
method: GET
path: "/repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"
tags: ["checks"]
---

# List check run annotations

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

Lists annotations for a check run using the annotation `id`.

OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint on a private repository.

## Path parameters

- `owner` string, required
- `repo` string, required
- `check_run_id` integer, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- CheckAnnotation[]
  - `path` string, required
  - `start_line` integer, required
  - `end_line` integer, required
  - `start_column` integer, nullable, required
  - `end_column` integer, nullable, required
  - `annotation_level` string, nullable, required
  - `title` string, nullable, required
  - `message` string, nullable, required
  - `raw_details` string, nullable, required
  - `blob_href` string, required

---

[API](https://skmtc.net/github/apis/api-github-com.md) · [All operations](https://skmtc.net/github/apis/api-github-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/api-github-com/revisions/a367f7028301/schema)
