v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-01224150.1 KB
Sandboxes

Get a sandbox

get/sandboxes/{id}

Path parameters

idstring required

24-char hex id of the sandbox.

Response

Sandbox detail

messagestring required

Example response

{
  "message": "Sandbox fetched",
  "data": {
    "region": {
      "id": "6a06df21cc6bef51342e199e",
      "name": "eu-west",
      "country": "France",
      "continent": "Europe"
    },
    "egress": {
      "mode": "restricted",
      "allow": [
        "1.1.1.1",
        "api.example.com"
      ]
    }
  }
}