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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Workspace files retrieved successfully
The response is of type string[]
.