---
title: "Retrieve lock revisions for a cluster"
method: GET
path: "/lock/{lockHash}/revisions"
tags: ["Cluster Lock"]
---

# Retrieve lock revisions for a cluster

`GET /lock/{lockHash}/revisions`

Returns locked revisions that share the same definition UUID and fork_version as the given lock, ordered by definition Mongo _id (insertion order). Diffs between revisions are not included; clients should compute them from lock details if needed.

## Path parameters

- `lockHash` string, required

## Response `200`

Cluster lock revisions

- ClusterLockRevisionsResponse
  - `uuid` string, required
  - `current_lock_hash` string, required
  - `latest_lock_hash` string, required
  - `revisions` ClusterLockRevision[], required
    - `lock_hash` string, required
    - `name` string, required
    - `definition_timestamp` string, required
    - `config_hash` string, required

## Other responses

- `404` — Cluster not found
- `500` — An unknown error occurred

---

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