Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://sandbox.{domain}/health \ --header 'E2b-Sandbox-Id: <e2b-sandbox-id>' \ --header 'E2b-Sandbox-Port: <e2b-sandbox-port>'
{ "message": "<string>", "code": 123, "sandboxID": "<string>" }
Identifier of the target sandbox. Routes the request to that sandbox's envd over the shared sandbox host.
Port envd listens on inside the sandbox (default 49983).
The service is healthy
Was this page helpful?