List windows
List all open windows on the desktop.
GET
/api/display/windowsList all open windows on the desktop.
Authorization
BearerAuth AuthorizationBearer <token>
API key passed as a Bearer token.
In: header
Response Body
application/json
curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/display/windows"{ "items": [ { "id": "0x04000007", "desktop": 0, "pid": 0, "x": 0, "y": 0, "width": 0, "height": 0, "class": "Xfce4-terminal.Xfce4-terminal", "host": "sandbox", "title": "Terminal", "focused": true } ]}
