PLATINUM DOCS
ApiFiles

Find files by name glob

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

path?string
pattern?string
max?integer

Response Body

application/json

curl -X GET "https://example.com/v1/sandboxes/string/files/find"
{  "ok": true,  "matches": [    "string"  ],  "error": "string"}
Empty