Skip to main content
GET
/
v1
/
desktop
/
stream
/
status
Get desktop stream status.
curl --request GET \
  --url http://localhost:2468/v1/desktop/stream/status
{
  "active": true,
  "processId": "<string>",
  "windowId": "<string>"
}

Response

200 - application/json

Desktop stream status

active
boolean
required
processId
string | null
windowId
string | null