---
title: "Health Check"
method: GET
path: "/health"
tags: ["Gateway"]
---

# Health Check

`GET /health`

Comprehensive health check endpoint for the DeepSecure Gateway service.
Returns service status and dependency connectivity (Control Plane and Redis).

## Response `200`

Gateway is healthy with all dependencies connected

- object
  - `service` string
  - `version` string
  - `status` string
  - `dependencies` object
    - `control_plane` string
    - `redis` string

---

[API](https://skmtc.net/deeptrail/apis/deepsecure-api-dual-service-architecture.md) · [All operations](https://skmtc.net/deeptrail/apis/deepsecure-api-dual-service-architecture/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrail/deepsecure-api-dual-service-architecture/versions/78627360c082/schema)
