Skip to main content
GET
/
api
/
v1
/
sandboxes
/
{id}
/
terminals
cURL
curl --request GET \
  --url https://api.example.com/api/v1/sandboxes/{id}/terminals
{
  "terminals": [
    {
      "id": "1234",
      "shell": "bash",
      "clientCount": 2
    }
  ]
}

Path Parameters

id
string
required

Response

List of terminals

terminals
object[]
required