curl "http://localhost:3000/file?sessionId=session-123&path=/sandbox/output.txt" \
-H "Authorization: Bearer $ISOL8_API_KEY"
{ "content": "aGVsbG8K" }
Download base64-encoded file content from an active persistent session.
curl "http://localhost:3000/file?sessionId=session-123&path=/sandbox/output.txt" \
-H "Authorization: Bearer $ISOL8_API_KEY"
{ "content": "aGVsbG8K" }
curl "http://localhost:3000/file?sessionId=session-123&path=/sandbox/output.txt" \
-H "Authorization: Bearer $ISOL8_API_KEY"
{ "content": "aGVsbG8K" }
Was this page helpful?