---
title: "List rule change history"
method: GET
path: "/api/alerting/v2/rules/{id}/history"
tags: ["alerting-v2"]
---

# List rule change history

`GET /api/alerting/v2/rules/{id}/history`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/alerting/v2/rules/{id}/history</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Get a paginated list of prior configurations for a rule from change history. List rows are lean (diff summary only); use the detail route for full snapshots.<br/><br/>[Required authorization] Route required privileges: read_alerting-v2-rules.

## Path parameters

- `id` string, required

## Query parameters

- `page` integer, required
- `per_page` integer, required

## Response `200`

Returns a paginated list of rule change-history events.

- object
  - `items` object[], required
    - `action` string, required
    - `actor` object, required
      - `name` string, required
      - `profileId` string
    - `changes` object
      - `count` integer, required
      - `summary` object
    - `comment` string
    - `id` string, required
    - `isCurrent` boolean
    - `metadata` object
    - `tags` string[]
    - `timestamp` string, required
  - `total` integer, required

## Other responses

- `400` — Indicates an invalid schema or parameters.
- `401` — Indicates the request was not authenticated.
- `403` — Indicates the user does not have the required privileges to perform the request.
- `500` — Indicates an unexpected server-side error.
- `503` — Indicates the alerting engine is disabled by the `alerting:v2:enabled` advanced setting.

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/revisions/34c3066fc261/schema)
