Devices

Get reported device configuration

GET
/workspaces/{workspaceId}/devices/{deviceId}/configuration/reported

Authorization

API key Devices: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Devices: read

Path Parameters

workspaceId*string
Formatuuid
deviceId*string

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/devices/thermostat-0042/configuration/reported"

Configuration last reported by the device.

{  "configuration": {    "logSeverity": "Warning",    "compiledLogSeverity": "Debug",    "acknowledgedDesiredConfigurationVersion": 7  },  "version": 3}