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

# Get execution clients information

`GET /v1/clients/execution`

Returns a list of all connected execution clients with their node information. Sensitive information (IP addresses, ports, enode) is only included if ShowSensitivePeerInfos is enabled in the configuration.

## Response `200`

OK

- ApiAPIExecutionClientsResponse
  - `clients` ApiAPIExecutionClientNodeInfo[]
    - `client_name` string
    - `enode` string
    - `ip` string
    - `last_update` string
    - `node_id` string
    - `port` 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/73a9fb0d9c41/schema)
