Sandbox
Get a Sandbox Compute pool
get/sandbox/{sandbox_id}
Path parameters
sandbox_idstring required
Example:bx-123abc
Response
Current Sandbox state
Example response
{
"success": true,
"data": {
"sandbox_id": "bx-123abc",
"name": "my-sandbox",
"tier": "small",
"status": "active",
"models": [
"rtdetr-v2-r50vd"
],
"model_categories": [
"object_detection"
],
"region": "aws-us-east-1"
}
}