---
title: "Get all validators, non paginated"
method: GET
path: "/api/v1/pos/validator/all"
---

# Get all validators, non paginated

`GET /api/v1/pos/validator/all`

## Query parameters

- `state` ValidatorStatus[]

## Response `200`

A list of validator.

- Validator[]
  - `validatorId` string, required
  - `rank` number
  - `address` string, required
  - `votingPower` string, required
  - `maxCommission` string, required
  - `commission` string, required
  - `name` string, required
  - `email` string
  - `website` string
  - `description` string
  - `discordHandle` string
  - `avatar` string
  - `state` 'consensus' | 'belowCapacity' | 'belowThreshold' | 'inactive' | 'jailed' | 'unknown' | 'unjailing' | 'deactivating' | 'reactivating', required

---

[API](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.net/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/versions/89e2cef092d6/schema)
