---
title: "Readiness probe"
method: GET
path: "/3rdparty/v1/health"
tags: ["System"]
---

# Readiness probe

`GET /3rdparty/v1/health`

Checks if service is ready to serve traffic (readiness probe)

## Response `200`

Service is ready

- 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 ready

---

[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)
