- cURL
- Python SDK
Response
Response Fields
| Field | Type | Description |
|---|---|---|
sandbox_id | string | Unique sandbox identifier |
template | string | Template name used |
status | string | Current status |
started_at | string | Creation timestamp (ISO 8601) |
timeout_at | string | Timeout timestamp (ISO 8601) |
metadata | object | Custom metadata tags |
cpu_count | integer | Allocated vCPUs |
memory_mb | integer | Allocated memory in MB |
Status Values
creating- Sandbox is being initializedrunning- Sandbox is active and readystopped- Sandbox has been pausedfailed- Creation or execution failedterminated- Manually terminatedtimed_out- Exceeded timeout limit

