---
title: "Policy revision history"
method: GET
path: "/api/policies/history"
tags: ["Policy Registry"]
---

# Policy revision history

`GET /api/policies/history`

Retrieve the edit history for a policy. Each revision records who made the change, a summary, and whether it was a rollback.

## Query parameters

- `policy_id` string, required
- `limit` integer — Results per page (max 100, default 20)
- `offset` integer — Pagination offset (default 0)

## Response `200`

Revision history

- PolicyHistory
  - `policy_id` string, required
  - `total` integer, required
  - `revisions` object[], required
    - `revision_number` integer, required
    - `editor_name` string, required
    - `edit_summary` string, required
    - `is_rollback` boolean, required
    - `rolled_back_to` integer — Revision number that was restored; only present when is_rollback is true
    - `created_at` string, required

## Other responses

- `400` — Missing policy_id
- `404` — Policy not found

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/versions/9ea7fedf54c0/schema)
