---
title: "Get epoch health by number, latest, finalized"
method: GET
path: "/v1/epoch/{epoch}/health"
tags: ["Epoch"]
---

# Get epoch health by number, latest, finalized

`GET /v1/epoch/{epoch}/health`

Returns the vote, proposal and payload participation rates for an epoch. The chain is only fully healthy when all three reach 100%. Post-ePBS (EIP-7732) payloads are revealed separately from beacon blocks and may be missing.

## Path parameters

- `epoch` string, required

## Response `200`

Success

- object
  - `data` ApiAPIEpochHealthResponseV1
    - `eligible_ether` integer
    - `epoch` integer
    - `finalized` boolean
    - `healthy` boolean
    - `payload_participation` number
    - `proposal_participation` number
    - `proposed_blocks` integer
    - `proposed_payloads` integer
    - `slots` integer
    - `ts` integer
    - `vote_participation` number
    - `voted_ether` integer
  - `status` string

## Other responses

- `400` — Failure
- `500` — Server Error

## Changes

- **2026-06-26** `ec971c946992` — 1 info
  - endpoint added
- **2025-07-07** `34d0f6bf1d98` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/changes/v1/epoch/:epoch/health/get.md)

---

[API](https://skmtc.dev/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.dev/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/revisions/307f1bec3e51/schema)
