github_orgs_get_org_ruleset_history
Fetch the change history of a GitHub organization's ruleset by providing the org and ruleset ID, with optional pagination parameters.
Instructions
Get organization ruleset history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| ruleset_id | Yes | ruleset_id | |
| 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)." |