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
}
]
}Performs a health-gated visible-window enumeration against the managed desktop and returns the current window metadata.
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
}
]
}Visible desktop windows
Show child attributes