curl --request GET \
--url https://api.plane.com/v1/sandboxes/{id} \
--header 'Authorization: Bearer <token>'{
"id": "sbx_3vNqM7xRk2pWsT",
"name": "Airfoil Sandbox",
"status": "ready",
"workspace": "wsp_4kW3GnQCo1CQ49",
"sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
"created": "2026-03-28T17:20:00Z",
"updated": "2026-03-28T17:21:04Z"
}
Retrieves the details of an existing sandbox.
curl --request GET \
--url https://api.plane.com/v1/sandboxes/{id} \
--header 'Authorization: Bearer <token>'{
"id": "sbx_3vNqM7xRk2pWsT",
"name": "Airfoil Sandbox",
"status": "ready",
"workspace": "wsp_4kW3GnQCo1CQ49",
"sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
"created": "2026-03-28T17:20:00Z",
"updated": "2026-03-28T17:21:04Z"
}
{
"id": "sbx_3vNqM7xRk2pWsT",
"name": "Airfoil Sandbox",
"status": "ready",
"workspace": "wsp_4kW3GnQCo1CQ49",
"sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
"created": "2026-03-28T17:20:00Z",
"updated": "2026-03-28T17:21:04Z"
}
Was this page helpful?