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

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

`GET /v1/lock/network/summary/{network}`

This endpoint fetches a nsummary of the lock files stored for a given network

## Path parameters

- `network` string, required

## Response `200`

A summary of the Distributed Validator locks for a given network

- ClusterLockNetworkSummaryResponse
  - `eth_staked` number, required
  - `total_clusters` number, required
  - `total_operators` 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)
