v4

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01241621.9 KB
Point

Get metadata and value for single point

get/runs/{runId}/points/{pointId}

Path parameters

runIdstring required
Example:7cf4afb6-9c15-431f-9f50-11bca0870f77

ID of run

pointIdstring required
Example:Outdoor_Air_Temperature_Sensor

ID of point

Response

OK

messagestring

Example response

{
  "payload": {
    "id": "Outdoor_Air_Temperature_Sensor",
    "name": "Outdoor Air Temperature Sensor",
    "description": "An outdoor air temperature sensor for an air handling unit",
    "unit": "°F",
    "value": 24.3
  },
  "message": "Placeholder human readable message about what happened."
}