GET
/
workspace
/
list-files
curl --request GET \
  --url http://localhost:4444/v1/workspace/list-files \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Workspace files retrieved successfully

The response is of type string[].