GET
/
v2
/
device
/
remote-desktop
/
devices
/
{deviceId}
/
session
Get Remote Desktop session
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/device/remote-desktop/devices/{deviceId}/session \
  --header 'Authorization: <api-key>'
{
  "created_at": "<string>",
  "device_id": "<string>",
  "ended_at": "<string>",
  "session_id": "<string>",
  "status": "<string>",
  "view_only": true
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

deviceId
string
required

Device UUID

Response

OK

created_at
string
device_id
string
ended_at
string
session_id
string
status
string
view_only
boolean