---
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

---

[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)
