Skip to main content
GET
Get Sandbox
Returns the complete sandbox object including state, configuration, resource allocation, and connection details.

Path Parameters

string
required
The sandbox identifier. Format: sbx-<8 chars>.Example: sbx-a1b2c3d4

Response

string
Unique sandbox identifier.
string
Template the sandbox was created from.
string
Human-readable name derived from the template.
string
Current lifecycle state: creating, running, paused, or killed.
integer
Auto-kill timeout in seconds. 0 means no timeout is set.
object
Key-value metadata attached at creation time.
object
Environment variables injected into the sandbox.
object
Network access configuration (if specified at creation).
object
CPU and memory allocation (vcpus, memory_mb).
string
Bearer token for envd daemon access.
string
Bearer token for the security/traffic proxy.
string
Internal IP address of the sandbox VM.
integer
Port on which envd listens inside the VM.
string
UTC timestamp of sandbox creation.
string | null
UTC timestamp when the sandbox will be or was killed. null if no timeout.

Example

Response

Error Responses