github_checks_list_suites_for_ref
List check suites for a specific Git reference. Filter by app ID or check name to retrieve targeted results.
Instructions
List check suites for a Git reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| ref | Yes | ref | |
| app_id | No | Filters check suites by GitHub App `id`. | |
| check_name | No | Returns check runs with the specified `name`. | |
| 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)." |