---
title: "Get API Health Status"
method: GET
path: "/health"
---

# Get API Health Status

`GET /health`

## Response `200`

OK

- Health
  - `BuildTimeStamp` string — Time the service was built and deployed
  - `Githash` string — hash of the latest Git commit of the service at time of building
  - `Healths` HealthStatus[]
    - `Duration` string — Service response time
    - `Error` string — Service Name
    - `Healthy` boolean — Service is healthy?
    - `Name` string — Service Name
    - `TimeStamp` string — Service's server time
  - `Status` string — Confirmation that the service is doing well
  - `TimeStamp` string — Current server time

## Other responses

- `503` — Service Unavailable

---

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