List repository rule suites
Lists suites of rule evaluations at the repository level. For more information, see "Managing rulesets for a repository."
Path parameters
The account owner of the repository. The name is not case sensitive.
The name of the repository without the .git extension. The name is not case sensitive.
Query parameters
The name of the ref. Cannot contain wildcard characters. Optionally prefix with refs/heads/ to limit to branches or refs/tags/ to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.
The time period to filter by.
For example, day will filter for rule suites that occurred in the past 24 hours, and week will filter for rule suites that occurred in the past 7 days (168 hours).
The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned.
The rule suite results to filter on. When specified, only suites with this result will be returned.
The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned.
- all - all rule suites will be returned.
- active - only rule suites resulting from rulesets in active (non-evaluate) mode will be returned.
- evaluate - only rule suites resulting from rulesets in evaluate mode will be returned.
The number of results per page (max 100). For more information, see "Using pagination in the REST API."
The page number of the results to fetch. For more information, see "Using pagination in the REST API."
Response
Response
Example response
[
{
"pushed_at": "2011-01-26T19:06:43Z"
}
]