---
title: "Get validator status in bulk"
method: POST
path: "/v1/validators/status"
tags: ["validators"]
---

# Get validator status in bulk

`POST /v1/validators/status`

Returns status, slashed flag and lifecycle epochs for up to 10000 validators by index. Supports GET with query params or POST with JSON body for large lists. Unknown indices are omitted from the response.

## Query parameters

- `indices` string

## Request body

- ApiAPIValidatorsStatusRequest
  - `indices` integer[]

## Response `200`

OK

- ApiAPIValidatorsStatusResponse
  - `data` ApiAPIValidatorsStatusData
    - `count` integer
    - `validators` ApiAPIValidatorStatusInfo[]
      - `activation_epoch` integer
      - `effective_balance` integer
      - `exit_epoch` integer
      - `index` integer
      - `slashed` boolean
      - `status` string
      - `withdrawable_epoch` integer
  - `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/853e3eedab0f/schema)
