Assets API
GET/api/v1/assets/{id}/rmm/remote-control
Product availabilityAlgaPSA

Get remote-control session URL

Generates a remote-control URL for the device using the protocol given by the type query param. Enterprise Edition feature — on Community Edition this returns null.

RBAC · asset

Path parameters

idstring <uuid>Required
Asset UUID from assets.asset_id.

Query parameters

typestringOptional
Remote-control protocol (default splashtop).

Response body

Success response 200 · schema AssetRemoteControlResponse

urlstring
typestring

Response codes

200
Remote-control URL (null on CE).
401
x-api-key missing/invalid.
403
Caller lacks the required asset permission.
404
Asset not found.
500
Unexpected error.