/workspace and /tmp can be read.
Endpoint
Request
Headers
Query Parameters
Example Request
Response
Success (200 OK)
Response Fields
Status Codes
Errors
File Not Found (404)
Path Not Allowed (403)
/workspace, /tmp, or other explicitly allowed paths.
Allowed Paths
You can read files from:/workspace/*- Main working directory/tmp/*- Temporary files- Other paths may be allowed depending on sandbox configuration
Use Cases
Read Configuration File
Read Log File
Read CSV Data
Check File Size
Read and Process
Related
- SDK: sandbox.files.read() - Python SDK method
- CLI File Operations - File operations from CLI
Next Steps
- Write File - Write file contents
- List Files - List directory contents
- File Exists - Check if file exists

