---
title: "Get voluntary exits list"
method: GET
path: "/v1/voluntary_exits"
tags: ["voluntary_exits"]
---

# Get voluntary exits list

`GET /v1/voluntary_exits`

Returns a list of voluntary exits with detailed information and filtering options

## Query parameters

- `limit` integer
- `page` integer
- `min_slot` integer
- `max_slot` integer
- `min_index` integer
- `max_index` integer
- `validator_name` string
- `with_orphaned` integer

## Response `200`

OK

- ApiAPIVoluntaryExitsResponse
  - `data` ApiAPIVoluntaryExitsData
    - `count` integer
    - `page_index` integer
    - `total_count` integer
    - `total_pages` integer
    - `voluntary_exits` ApiAPIVoluntaryExitInfo[]
      - `orphaned` boolean
      - `public_key` string
      - `slot_number` integer
      - `slot_root` string
      - `time` integer
      - `validator_balance` integer
      - `validator_index` integer
      - `validator_liveness` integer
      - `validator_liveness_total` integer
      - `validator_name` string
      - `validator_status` string
      - `withdrawal_credentials` string
  - `status` string

## Other responses

- `400` — Invalid parameters
- `500` — Internal server error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/73a9fb0d9c41/schema)
