ApiFiles
List a directory
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
path?string
Response Body
application/json
curl -X GET "https://example.com/v1/sandboxes/string/files/list"{ "ok": true, "entries": [ { "name": "string", "size": 0, "mode": 0, "is_dir": true } ], "error": "string"}Empty