---
title: "Service healthcheck."
method: GET
path: "/health"
tags: ["general"]
---

# Service healthcheck.

`GET /health`

Ping this endpoint to receive information about the health of the service.

## Response `200`

Service is healthy.

- object
  - `version` string
  - `name` string
  - `description` string

## Other responses

- `500` — Service is not healthy. Retriable with exponential backoff.
- `502` — Service is not healthy: infrastructure issue. Usually not retriable.
- `503` — Service is not healthy: infrastrucutre issue. Retriable with exponential backoff.
- `504` — Service is not healthy: request timed out. Retriable with exponential backoff.

---

[API](https://skmtc.dev/supabase/apis/supabase-auth-rest-api.md) · [All operations](https://skmtc.dev/supabase/apis/supabase-auth-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/supabase-auth-rest-api/revisions/2e2a74a7459f/schema)
