---
title: "Liveness check"
method: GET
path: "/health"
tags: ["System"]
---

# Liveness check

`GET /health`

Returns service version + uptime. Use `/health/chains` for indexer freshness per chain.

## Response `200`

Service is live

- HealthResponse
  - `status` string, required
  - `uptime_seconds` integer, required
  - `version` string, required

---

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