workspace
Get a list of all files in the workspace
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The response is of type string[]
.