github_checks_list_for_ref
List all check runs for a specific Git reference (branch, tag, or commit SHA) in a repository. Filter by check name, status, or completion time to monitor CI/CD results.
Instructions
List check runs for a Git reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| ref | Yes | ref | |
| check_name | No | Returns check runs with the specified `name`. | |
| status | No | Returns check runs with the specified `status`. | |
| filter | No | Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| app_id | No | app_id |