---
title: "Retrieve a list of Distributed Validator Clusters for a given network"
method: GET
path: "/lock/network/{network}"
tags: ["Cluster Lock"]
---

# Retrieve a list of Distributed Validator Clusters for a given network

`GET /lock/network/{network}`

This endpoint fetches a number of cluster lock objects for a given network.

## Path parameters

- `network` string, required

## Query parameters

- `page` integer, required
- `limit` integer, required
- `sortBy` string
- `sortOrder` string
- `pool` string
- `details` string, required

## Response `200`

A paged list of Distributed Validator Clusters on this network

- ClusterLockPagedResponse
  - `cluster_locks` string[], required
  - `total_active_stake_eth` number, nullable — Null when the operator has locks but no recent metrics snapshot is available.
  - `total_active_stake_usd` number, nullable — Null when the operator has locks but no recent metrics snapshot is available.
  - `unique_validators_count` number, nullable — Null when the operator has locks but no recent metrics snapshot is available.
  - `total_count` number, required
  - `total_pages` number, required

## Other responses

- `400` — Network not spported
- `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)
