PLATINUM DOCS
ApiFiles

Search file contents (recursive grep)

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

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/grep"
{  "ok": true,  "lines": [    "string"  ],  "error": "string"}
Empty