---
title: "Get consensus clients information"
method: GET
path: "/v1/clients/consensus"
tags: ["clients"]
---

# Get consensus clients information

`GET /v1/clients/consensus`

Returns a list of all connected consensus clients with their node information, including PeerDAS support. Sensitive information (PeerID, NodeID, ENR) is only included if ShowSensitivePeerInfos is enabled in the configuration.

## Response `200`

OK

- ApiAPIConsensusClientsResponse
  - `clients` ApiAPIConsensusClientNodeInfo[]
    - `client_name` string
    - `client_type` string
    - `data_columns` integer[]
    - `enr` string
    - `enr_decoded` object
    - `fcr_enabled` boolean
    - `head_root` string
    - `head_slot` integer
    - `last_error` string
    - `last_refresh` string
    - `metadata` ApiAPIConsensusClientMetadata
      - `attnets` string
      - `custody_group_count` string — MetadataV3 field for Fulu
      - `seq_number` string
      - `syncnets` string
    - `node_id` string
    - `peer_count` integer
    - `peer_id` string
    - `peers_inbound` integer
    - `peers_outbound` integer
    - `safe_root` string
    - `safe_slot` integer
    - `status` string
    - `version` string
  - `count` integer

## Other responses

- `429` — Rate limit exceeded
- `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)
