get
https://hub.xyte.io/core/v1/organization/devices
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Authorization
This endpoint requires Authorization.
Response
Returns Paginated data of the following format for each item:
statusvseffective_status
statusis the device's own reported operational state (online/offline/error).
effective_statusis the aggregated health view shown in the Xyte UI. It combines the
rawstatuswith active incidents, connectivity to the integration/proxy, and the
parent device's state. Useeffective_statuswhen you want the same health signal
users see in the dashboard; usestatuswhen you only care about the device's
self-reported state.
| Key | Subkey | Type | Description |
|---|---|---|---|
| id | string | Unique identifier of the device. It is a universally unique identifier (UUID). | |
| name | string | Name of the device. | |
| sn | string | Serial number of the device. | |
| mac | string | MAC address of the device. This can be null if not available. | |
| cloud_id | string | Unique identifier of the device within the Xyte cloud. | |
| status | string | Device's self-reported operational state: online, offline, error. | |
| effective_status | string | Aggregated health status shown in the Xyte UI, derived from status, active incidents, and connectivity. One of: ok, warning, error, offline, disconnected, never_seen. null until first computed. | |
| last_seen_at | string | Date and time when the device was last seen online in ISO 8601 format (e.g., "2024-07-24T07:22:20.037Z"). | |
| details | object | Contains additional details about the device. This can be null if not available. | |
| model | object | Contains information about the device's model. | |
| id | string | Unique identifier of the device model. It is a universally unique identifier (UUID). | |
| name | string | Name of the device model. | |
| sub_model | string | The submodel of the device, in the event that different products share the same model. This can be null if not applicable. | |
| beta | boolean | Whether the device model is in beta. | |
| firmware | object | Contains information about the device's firmware. | |
| version | string | Version of the firmware installed on the device. | |
| space | object | Contains information about the space that claimed the device. | |
| id | integer | Unique identifier of the space. | |
| full_path | string | Hierarchical path of the space where the device is located. |
