---
title: "Get validator's uptime and history of signed block"
method: GET
path: "/validators/{id}/uptime"
tags: ["validator"]
---

# Get validator's uptime and history of signed block

`GET /validators/{id}/uptime`

Returns the validator's uptime percentage and a history of the last N blocks indicating whether each was signed.

## Path parameters

- `id` integer, required

## Query parameters

- `limit` integer

## Response `200`

OK

- ResponsesValidatorUptime
  - `blocks` ResponsesSignedBlocks[]
    - `height` integer
    - `signed` boolean
  - `uptime` string

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
