---
title: "Retrieve Distributed Validator threshold aggregated signed exit msg"
method: GET
path: "/exp/exit/{lockHash}/{shareIdx}/{validatorPubkey}"
tags: ["DV Exit"]
---

# Retrieve Distributed Validator threshold aggregated signed exit msg

`GET /exp/exit/{lockHash}/{shareIdx}/{validatorPubkey}`

This endpoint is used to retrieve validator exit message

## Path parameters

- `validatorPubkey` string, required
- `shareIdx` unknown, required
- `lockHash` unknown, required

## Response `200`

The DV signed exit message

- ExitBlob

## Other responses

- `401` — Authorization header is missing or incorrect
- `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)
