---
title: "Retrieve the Validator states for a cluster"
method: GET
path: "/v1/state/{lockHash}"
tags: ["State"]
---

# Retrieve the Validator states for a cluster

`GET /v1/state/{lockHash}`

This endpoint is used to retrieve the states of all validators in a DV Cluster

## Path parameters

- `lockHash` string, required

## Response `200`

A map of pubkeys to DVState

- DistributedValidatorStateResponse
  - `index` string, required
  - `status` string, required
  - `balance` string, required
  - `effective_balance` string, required
  - `withdrawal_credentials` string, required
  - `pending_partial_withdrawals` string, required
  - `pending_partial_deposits` string, required
  - `is_not_within_committee` boolean, required — Indicates if validator has been active for at least 256 epochs and is not within the committee period

## Other responses

- `400` — Bad request received
- `404` — Lock Hash 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)
