---
title: "Retrieve a list of Distributed Validator Clusters for which this address is an operator"
method: GET
path: "/v1/lock/operator"
tags: ["Cluster Lock"]
---

# Retrieve a list of Distributed Validator Clusters for which this address is an operator

`GET /v1/lock/operator`

This endpoint fetches a number of Distributed Validator Clusters for which the address provided is a node operator.

## Path parameters

- `address` string, required

## Query parameters

- `page` integer, required
- `limit` integer, required

## Response `200`

A list of Distributed Validator Clusters which the operator is a member of.

- 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

- `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)
