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" } }
Terminal info
Show child attributes