Get device installation and registration status

Retrieves the installation status (whether install completed successfully), any error messages from installation, and registration status (whether device is registered with Splashtop).

SecuritybearerAuth
Request
path Parameters
deviceUuid
required
string <uuid>

Device UUID

Example: 550e8400-e29b-41d4-a716-446655440000
Responses
200

Device status retrieved successfully

4XX

Invalid Request

default

Invalid Request

get/remotecontrol-st/device-status/{deviceUuid}
Request samples
Response samples
application/json
{
  • "attempt_time": "2024-01-15T10:30:00.000+00:00",
  • "install_time": "2024-01-15T10:31:00.000+00:00",
  • "installation_error_message": "No structured response markers found in install command payload",
  • "installation_status": true,
  • "registration_status": false,
  • "result_time": "2024-01-15T10:30:30.000+00:00"
}