---
title: "Liveness probe"
method: GET
path: "/health/live"
tags: ["System"]
---

# Liveness probe

`GET /health/live`

Checks if service is running (liveness probe)

## Response `200`

Service is alive

- SmsgatewayHealthResponse
  - `checks` SmsgatewayHealthChecks
  - `releaseId` integer — Release ID of the application. It is used to identify the version of the application.
  - `status` 'pass' | 'warn' | 'fail'
  - `version` string — Version of the application.

## Other responses

- `503` — Service is not alive

---

[API](https://skmtc.dev/sms-gate/apis/smsgate-api.md) · [All operations](https://skmtc.dev/sms-gate/apis/smsgate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sms-gate/smsgate-api/revisions/56a6604029f1/schema)
