Exists
POST /v1/sandbox/{sandboxID}/filesystem/exists
POST
/v1/sandbox/{sandboxID}/filesystem/exists
Check if a path exists.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” sandboxID
required
string
Unique sandbox identifier.
Request Body required
Section titled “Request Body required ”object
path
required
Path to check.
string
Responses
Section titled “ Responses ”Existence check result.
object
exists
required
Whether the path exists.
boolean
Bad request – validation error.
object
message
required
Summary message, e.g. “Invalid request”.
string
errors
required
Array<object>
object
field
required
JSON field name that failed validation (e.g. “path”, “command”).
string
error
required
Human-readable description of the validation failure.
string
Unauthorized – invalid or missing API key.
object
message
required
Human-readable error message.
string