List devices registered in the workspace.
Returns a list of Device objects with id, name, status, last_heartbeat,
platform/hardware info, tags, and created_at. ``status`` is ``online``
if a heartbeat was received within the last 5 minutes, otherwise
``offline`` (or ``unknown`` for devices that have never reported).
Requires the ``device:read`` scope. Device-scoped api_keys cannot call
this endpoint and will receive 403.
Connector