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

# Retrieve validators exit status

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

It shows data of operators who have signed and who have not

## Path parameters

- `lockHash` string, required

## Query parameters

- `page` number
- `limit` number
- `operatorAddress` string, required
- `validatorPubkey` string, required

## Response `200`

The exit status data

- ClusterExitStatusResponse

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