---
title: "Retrieve one page of a cluster lock's distributed validators"
method: GET
path: "/v1/lock/{lockHash}/validators"
tags: ["Cluster Lock"]
---

# Retrieve one page of a cluster lock's distributed validators

`GET /v1/lock/{lockHash}/validators`

Returns a slice of the `distributed_validators` array for a cluster lock. Use together with `GET /lock/{lockHash}?validators=false` to lazy-load very large clusters.

## Path parameters

- `lockHash` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

One page of the cluster lock's distributed validators

- ClusterLockValidatorsPagedResponse
  - `lock_hash` string, required
  - `total_count` number, required
  - `page` number, required
  - `limit` number, required
  - `distributed_validators` DistributedValidator[], required

## Other responses

- `400` — Invalid pagination parameters
- `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)
