---
title: "License Version History"
method: GET
path: "/api/v1/admin/licenses/{id}/versions"
tags: ["Licenses"]
---

# License Version History

`GET /api/v1/admin/licenses/{id}/versions`

All content revisions of a license, newest first (v1 = creation, +1 per admin edit). Each entry includes the immutable content snapshot for field-level diffing.

## Path parameters

- `id` string, required

## Response `200`

Version list

- object — Version list
  - `success` boolean, required
  - `data` object[], required

## Other responses

- `404` — License not found

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
