---
title: "Retrieve a list of cluster definitions which the address belongs to."
method: GET
path: "/v1/definition/operator"
tags: ["Cluster Definition"]
---

# Retrieve a list of cluster definitions which the address belongs to.

`GET /v1/definition/operator`

This endpoint allows a charon client or launchpad interface to fetch a specific number of cluster definitions which the address is part of for each page.

## Path parameters

- `address` string, required

## Query parameters

- `page` number, required
- `limit` number, required

## Response `200`

A list of cluster definitions which the operator is part of

- ClusterDefinitionPagedResponse
  - `cluster_definitions` ClusterDefinitionResponse[], required
    - `name` string, required
    - `uuid` string, required
    - `creator` Creator, required
    - `version` string, required
    - `num_validators` number, required
    - `threshold` number, required
    - `dkg_algorithm` string, required
    - `fork_version` string, required
    - `config_hash` string, required — config_hash is a 32 bytes SSZ hash of cluster config.
    - `timestamp` string, required
    - `validators` Validator[], required
    - `deposit_amounts` string[], required — Partial depoists.
    - `definition_hash` string, required — definition_hash is a 32 bytes SSZ hash of cluster config.
    - `fee_recipient_address` string, required — Ethereum address to receive transaction fees.
    - `withdrawal_address` string, required — Ethereum address to receive staked ether.
    - `operators` Operator[], required
    - `consensus_protocol` string, required
    - `target_gas_limit` number, required
    - `compounding` boolean, required
  - `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)
