---
title: "Checks the liveness/health of the service."
method: GET
path: "/dx/api/people/v1/probes/health"
tags: ["Probes"]
---

# Checks the liveness/health of the service.

`GET /dx/api/people/v1/probes/health`

Assesses the health of the service, ensuring it is in a healthy state to process requests.
   It can trigger auto-recovery actions like restarts in deployment environments if the service is found to be unhealthy.

## Response `200`

Service is alive and healthy.

## Other responses

- `500` — Service is unhealthy or has encountered a problem affecting its operations.

---

[API](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server.md) · [All operations](https://skmtc.net/hcl-tech-software/apis/people-api-v1-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hcl-tech-software/people-api-v1-server/revisions/2267cfc94cf0/schema)
