Ask a question to get started
Enter to send•Shift+Enter new line
Read a file from the sandbox.
read( self, path: str, *, timeout: int = 60, ) -> bytes
path
str
File path to read. Supports both absolute paths (e.g., /tmp/file.txt) and relative paths (resolved from /home/user/).
timeout
int
60
Request timeout in seconds.