---
title: "GET /api/lsp/health"
method: GET
path: "/api/lsp/health"
---

# GET /api/lsp/health

`GET /api/lsp/health`

## Response `200`

Get health status of all LSP servers

- LspHealthResponse — Aggregated health response for all LSP servers.
  - `servers` LspServerHealth[], required
    - `error` string, nullable
    - `lastPingMs` number, nullable
    - `port` integer, required
    - `serverId` string, required
    - `startedAt` number, nullable
    - `status` 'crashed' | 'running' | 'starting' | 'stopped' | 'unresponsive', required
  - `status` 'degraded' | 'healthy' | 'unhealthy', required

---

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