---
title: "list"
method: GET
path: "/v1/health"
tags: ["Health"]
---

# list

`GET /v1/health`

List the current health status of all services. Statuses update every 5 minutes.

## Response `200`

Look up success

- HealthResponse
  - `health` object, required
    - `services` HealthService[], required
      - `lastUpdate` string, date-time, required — The data time when the service status was last updated, in RFC3339 format
      - `service` string, required — The name of the service
      - `status` 'healthy' | 'degraded' | 'down' | 'unknown', required — The health status of the service

---

[API](https://skmtc.net/groundxai/apis/groundx-apis.md) · [All operations](https://skmtc.net/groundxai/apis/groundx-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/groundxai/groundx-apis/versions/1c1a5c17f52f/schema)
