download_file# SandboxRuntime.download_file(instance_id: str, remote_path: str, local_path: str) → None[source]# Copy file from the sandbox to local. Parameters: instance_id (str) – Unique identifier of the sandbox instance. remote_path (str) – Path to the source file inside the sandbox. local_path (str) – Destination path on the local filesystem.