repos
Get an organization rule suite
Gets information about a suite of rule evaluations from within an organization. For more information, see "Managing rulesets for repositories in your organization."
get/orgs/{org}/rulesets/rule-suites/{rule_suite_id}
Path parameters
orgstring required
The organization name. The name is not case sensitive.
rule_suite_idinteger required
The unique identifier of the rule suite result. To get this ID, you can use GET /repos/{owner}/{repo}/rulesets/rule-suites for repositories and GET /orgs/{org}/rulesets/rule-suites for organizations.
Response
Response
Example response
{
"pushed_at": "2011-01-26T19:06:43Z"
}