cURL
curl --request GET \ --url http://localhost:3000/api/v1/terminal/sessions \ --cookie nut-session=
{ "success": true, "data": { "sessions": [ { "id": "<string>", "pid": 123, "cols": 123, "rows": 123, "cwd": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] } }
Retrieve all active terminal sessions
Session cookie authentication
List of terminal sessions
Show child attributes
Session ID
Process ID
Terminal columns
Terminal rows
Current working directory