Overview
Returns a list of all devices known to the server, with full status for each. Whenrequire_device_pairing is enabled (see environment config), only devices that have completed the pairing/registration flow are returned. Otherwise, all devices the server has seen are returned.
Endpoint
Response
Success (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
devices | array | Array of device status objects |
total | number | Total device count |
devices[].subscription_count | number | Number of active subscribe connections |
GET /status.
Examples
Related
GET /status
Full status for a single device
POST /api/register
Register a new device