Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Absolute or relative path to the file |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
content | string | File contents as text |
path | string | Full path to the file |
size | integer | File size in bytes |
Common File Paths
/home/user/- User home directory/home/user/output/- Common output directory/home/user/data/- Common data directory/tmp/- Temporary files
Example: Read Configuration
Example: Read Generated Output
Error Handling
File Not Found:Next Steps
Run Python Code
Create files with Python code
Run JavaScript Code
Create files with Node.js code
Run Commands
Create files with shell commands
Get Sandbox Info
Monitor sandbox status and resources

