---
title: "Retrieve validators exit status summary"
method: GET
path: "/v1/exp/exit/status/summary/{lockHash}"
tags: ["DV Exit"]
---

# Retrieve validators exit status summary

`GET /v1/exp/exit/status/summary/{lockHash}`

It shows data of operators who have signed and the count of validators ready to exit

## Path parameters

- `lockHash` string, required

## Response `200`

The exit summary data

- ClusterExitStatusSummaryResponse
  - `operator_exits` object, required — An object where the key is an operator address and the value is a number of signed validators.
  - `ready_exits` number, required

## Other responses

- `404` — Data is 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)
