---
title: "Get validators list"
method: GET
path: "/v1/validators"
tags: ["validators"]
---

# Get validators list

`GET /v1/validators`

Returns a list of validators with detailed information and filtering options

## Query parameters

- `limit` integer
- `page` integer
- `pubkey` string
- `index` string
- `name` string
- `status` string
- `withdrawal` string
- `order` string

## Response `200`

OK

- ApiAPIValidatorsResponse
  - `data` ApiAPIValidatorsData
    - `count` integer
    - `current_epoch` integer
    - `finalized_epoch` integer
    - `first_validator` integer
    - `last_validator` integer
    - `page_index` integer
    - `total_count` integer
    - `total_pages` integer
    - `validators` ApiAPIValidatorInfo[]
      - `activation_epoch` integer
      - `activation_time` integer
      - `balance` integer
      - `effective_balance` integer
      - `exit_epoch` integer
      - `exit_time` integer
      - `index` integer
      - `name` string
      - `public_key` string
      - `slashed` boolean
      - `status` string
      - `validator_liveness` integer
      - `validator_liveness_max` integer
      - `withdrawable_epoch` integer
      - `withdrawal_address` string
      - `withdrawal_credentials` string
  - `status` string

## Other responses

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

## Changes

> 35 revisions in range; 3 could not be searched.

- **2026-05-16** `5583013bee91` — 1 info
  - added the new optional `query` request parameter `withdrawal`
- **2025-09-30** `ab4fb98e80fd` — 1 info
  - api operation id `getValidators` was added
- **2025-09-12** `4024d7b1f833` — 1 info
  - endpoint added
- **2025-07-07** `34d0f6bf1d98` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/v1/validators/get.md)

---

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