set_overdrive is the location-wide requested value (°C); overdrive_applied and target_supply_setpoint are the per-circuit °C values actually realized.curl --location '/location/10000001/overdrive_status' \
--header 'X-ApiKey: <api-key>'[
{
"circuit_id": 42,
"set_overdrive": -2,
"effective_from": "2026-06-08T06:00:00.000Z",
"overdrive_applied": -2,
"target_supply_setpoint": 53.3,
"applied": true,
"reason": "pending",
"can_apply_overdrive": true,
"observed_at": "2026-06-08T09:19:31.000Z"
}
]