GET
/
v2
/
device
/
remote-terminal
/
devices
/
{deviceId}
/
sessions
List Remote Terminal sessions
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/device/remote-terminal/devices/{deviceId}/sessions \
  --header 'Authorization: <api-key>'
[
  {
    "created_at": "<string>",
    "device_id": "<string>",
    "ended_at": "<string>",
    "label": "<string>",
    "session_id": "<string>",
    "status": "<string>"
  }
]

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
label
string
session_id
string
status
string