---
title: "Validators queries all validators that match the given status."
method: GET
path: "/cosmos/staking/v1beta1/validators"
tags: ["Query"]
---

# Validators queries all validators that match the given status.

`GET /cosmos/staking/v1beta1/validators`

When called from another module, this query might consume a high amount of
gas if the pagination field is incorrectly set.

## Query parameters

- `status` string
- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.count_total` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/tellor-io/apis/layer-grpc-gateway-docs.md) · [All operations](https://skmtc.net/tellor-io/apis/layer-grpc-gateway-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tellor-io/layer-grpc-gateway-docs/versions/52aa42be34ad/schema)
