Check whether a path exists inside a sandbox.
{ "exists": true } or { "exists": false }.
Use this endpoint to guard against re-writing files that already exist, or to
verify that a command produced its expected output.
sbx-<8 chars>./home/user/script.pytrue if the path exists (as any entry type), false otherwise.| Status | Cause |
|---|---|
401 | Missing or invalid API key |
404 | Sandbox not found |
502 | envd daemon unreachable |
503 | Sandbox has no VM |