---
title: "Get health status of all enabled servers"
method: GET
path: "/api/v1/mcp-servers/health"
tags: ["mcp-servers"]
---

# Get health status of all enabled servers

`GET /api/v1/mcp-servers/health`

## Response `200`

- HealthStatusResponseDto[]
  - `serverId` string, required
  - `status` 'healthy' | 'unhealthy' | 'unknown', required
  - `checkedAt` string, date-time, nullable, required

## Changes

- **2026-02-03** `1c925b8c211d` — 1 breaking, 2 info
  - the response property `items/checkedAt` became nullable for the status `200`
  - the response property `items/checkedAt` became required for the status `200`
  - the `items/checkedAt` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was added for the status `200`
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2026-02-02** `321c48cce199` — 1 breaking
  - api path removed without deprecation
- **2026-02-02** `0c1badf65004` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/mcp-servers/health/get.md)

---

[API](https://skmtc.dev/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
