---
title: "Returns the overall health of the service and optionally of the different subcomponents."
method: GET
path: "/healthstatus"
tags: ["Service Health:"]
---

# Returns the overall health of the service and optionally of the different subcomponents.

`GET /healthstatus`

## Response `200`

OK

- ServiceHealth
  - `status` 'Unhealthy' | 'Degraded' | 'Healthy' — Health status of the service.
  - `message` string — Additional messages about the current service health.
  - `components` Component[] — Optional subcomponents of this service and their status.
    - `message` string — Additional messages about the current service health.
    - `name` string — The name of the component.
    - `status` 'Unhealthy' | 'Degraded' | 'Healthy' — Health status of the service.
    - `type` string — The type of this component.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-speech-speechtotext/revisions/931821089e0d/schema)
