---
title: "History"
method: GET
path: "/admin/clipper/{slug}/history"
tags: ["admin-clipper"]
---

# History

`GET /admin/clipper/{slug}/history`

The edit log — newest first. Each id can later be fetched/restored for undo.

## Path parameters

- `slug` string, required

## Response `200`

Successful Response

- SnapshotMeta[]
  - `id` string, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
