Skip to main content
GET
/
api
/
v1
/
sandboxes
/
{id}
/
terminals
/
{pid}
cURL
curl --request GET \
  --url https://api.example.com/api/v1/sandboxes/{id}/terminals/{pid}
{
  "terminal": {
    "id": "1234",
    "shell": "bash",
    "cwd": "/root",
    "clientCount": 1,
    "createdAt": "2025-11-06T10:30:00Z"
  }
}

Path Parameters

id
string
required
pid
string
required

Response

Terminal info

terminal
object
required