---
title: "GET /health/service"
method: GET
path: "/health/service"
tags: ["health"]
---

# GET /health/service

`GET /health/service`

Check health status of dependent services

## Response `200`

Services are healthy.

- ServiceHealthResponseDto
  - `timestamp` number, required — Timestamp of the request in milliseconds
  - `apiStatus` 'success' | 'failure', required — API status message
  - `apiCode` number, required — API status code
  - `message` string, required — Top-level message summarizing the overall health check
  - `services` ServiceStatus[], required — Status of individual internal services
    - `name` string, required — Name of the service
    - `status` string, required — Health status of the service (e.g., healthy, degraded, down)
    - `message` string, required — Additional info or error message if any

---

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