Sandboxes 🆕
Log streaming
Access logs generated by a sandbox in real time.
Log streaming provides developers with visibility into process outputs within sandboxes.
Complete code examples demonstrating all operations are available on Blaxel’s GitHub: in TypeScript and in Python.
Retrieve logs
Batch
This allows you to retrieve logs for a specific process (using either its name or process ID) after it has completed execution. This is useful for analyzing process output or debugging issues:
Streaming
Coming in the next few days!