PLATINUM DOCS
ApiFiles

List a directory

GET
/v1/sandboxes/{id}/files/list

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