v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
SandboxAdminService

Live filesystem of a running sandbox. Both are NO-OP (read-only) and only return data while the worker is alive; available=false otherwise.

Live filesystem of a running sandbox. Both are NO-OP (read-only) and only return data while the worker is alive; available=false otherwise.

post/textql.rpc.public.sandbox_admin.SandboxAdminService/ListSandboxFiles

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

sandboxIdstring
pathstring

Directory to list, relative to the sandbox files root ("" = root).

Response

Success

availableboolean

False when the sandbox is not running (no live filesystem); entries empty.

Example response

{
  "entries": [
    {
      "modifiedAt": "2023-01-15T01:30:15.01Z"
    }
  ]
}