GET
/
devices
/
status
Get device status and activity
curl --request GET \
  --url https://dev.api.emerging.eco/emerging-platform/v1/devices/status
{
  "device_id": "device-456",
  "status": "inactive",
  "last_active": "2024-01-01T08:30:00.000Z"
}

Response

Successful response

device_id
string

Unique identifier of the device.

status
string

Current operational status of the device.

last_active
string<date-time>

Timestamp of the last recorded activity.