cURL
curl --request GET \ --url https://api.example.com/api/v1/sandboxes/{id}/terminals
{ "terminals": [ { "id": "1234", "shell": "bash", "clientCount": 2 } ] }
List of terminals
Show child attributes