cURL
curl --request GET \ --url http://localhost:4444/v1/workspace/list-files \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Returns an array of file paths for all files in the current workspace.
This is a convenience endpoint that does not use the underlying Language Servers directly, but it does apply the same filtering.