Skip to main content
GET
/
api
/
v1
/
sandboxes
/
{id}
/
terminals
{
  "terminals": [
    {
      "id": "<string>",
      "shell": "<string>",
      "clientCount": 123
    }
  ]
}

Path Parameters

id
string
required

Response

List of terminals

terminals
object[]
required