---
title: "Get organization ruleset history"
method: GET
path: "/orgs/{org}/rulesets/{ruleset_id}/history"
tags: ["orgs"]
---

# Get organization ruleset history

`GET /orgs/{org}/rulesets/{ruleset_id}/history`

Get the history of an organization ruleset.

## Path parameters

- `org` string, required
- `ruleset_id` integer, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- RulesetVersion[]
  - `version_id` integer, required — The ID of the previous version of the ruleset
  - `actor` object, required — The actor who updated the ruleset
    - `id` integer
    - `type` string
  - `updated_at` string, date-time, required

## Other responses

- `404` — Resource not found
- `500` — Internal Error

---

[API](https://skmtc.net/github/apis/api-github-com.md) · [All operations](https://skmtc.net/github/apis/api-github-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/api-github-com/revisions/a367f7028301/schema)
