Skip to main content
GET
http://localhost:3000
/
file
curl "http://localhost:3000/file?sessionId=session-123&path=/sandbox/output.txt" \
  -H "Authorization: Bearer $ISOL8_API_KEY"
{ "content": "aGVsbG8K" }
Downloads file content from a persistent session container.
sessionId
string
required
Existing persistent session identifier.
path
string
required
Absolute file path inside the container.
content
string
Base64-encoded file content.
curl "http://localhost:3000/file?sessionId=session-123&path=/sandbox/output.txt" \
  -H "Authorization: Bearer $ISOL8_API_KEY"
{ "content": "aGVsbG8K" }