---
title: "Get language serverstatus"
method: GET
path: "/v1/devboxes/{id}/lsp/health"
tags: ["utility"]
---

# Get language serverstatus

`GET /v1/devboxes/{id}/lsp/health`

This method provides a health check for the language server, including its status, uptime,
the directory being watched, and the name of the module.

## Path parameters

- `id` string, required

## Response `200`

The status of the language server, the uptime of the server, the directory being watched, and the name of the module

- HealthStatusResponse
  - `pendingWork` object, required
  - `dirtyFiles` string[], required
  - `moduleName` string, required
  - `watchDirectory` string, required
  - `uptime` string, required
  - `status` string, required

---

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