---
title: "Get watched files"
method: GET
path: "/v1/devboxes/{id}/lsp/files"
tags: ["utility"]
---

# Get watched files

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

Get a list of all files being watched by the language server

## Path parameters

- `id` string, required

## Response `200`

A list of all files being watched by the language server

- WatchedFileResponse[]
  - `fullPath` string, required
  - `path` string, required
  - `filename` 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)
