Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 100 | Maximum results per page (1-1000) |
offset | integer | 0 | Number of results to skip |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
sandbox_id | string | Unique sandbox identifier |
template | string | Template name used |
status | string | Current status (creating, running, stopped, failed, terminated, timed_out) |
started_at | string | Creation timestamp (ISO 8601) |
ended_at | string | End timestamp (null if running) |
timeout_at | string | Timeout timestamp (ISO 8601) |
metadata | object | Custom metadata tags |
cpu_count | integer | Allocated vCPUs |
memory_mb | integer | Allocated memory in MB |
Next Steps
Create Sandbox
Create new sandboxes
Get Sandbox Info
Get detailed sandbox information
Configure Sandbox
Update sandbox settings
Terminate Sandbox
Clean up resources

