Skip to main content
GET
/
v1
/
desktop
/
windows
List visible desktop windows.
curl --request GET \
  --url http://localhost:2468/v1/desktop/windows
{
  "windows": [
    {
      "height": 1,
      "id": "<string>",
      "isActive": true,
      "title": "<string>",
      "width": 1,
      "x": 123,
      "y": 123
    }
  ]
}

Response

Visible desktop windows

windows
object[]
required