Get device status and activity
GET/devices/status
Monitor real-time status and activity logs of connected devices.
Response
device_idstring
Unique identifier of the device.
statusstring
Current operational status of the device.
last_activestring<date-time>
Timestamp of the last recorded activity.
Example response
{
"device_id": "device-456",
"status": "inactive",
"last_active": "2024-01-01T08:30:00Z"
}