get_datapoint_timeseries
Retrieve time-series data for a specific datapoint within a project, with options for time range, sampling, interpolation, and aggregation to analyze building performance metrics.
Instructions
Get timeseries data for a single datapoint.
Args: project_id: The project's numeric ID. datapoint_id: The datapoint identifier. start: Start time in ISO 8601 format. end: End time in ISO 8601 format. max: Maximum number of observations. samplerate: Resample interval (e.g. '15min', '1h'). interpolation: Interpolation method (e.g. 'linear', 'pad'). aggregation: Aggregation method (e.g. 'mean', 'sum'). short: Return short format. units_system: Unit system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| datapoint_id | Yes | ||
| start | No | ||
| end | No | ||
| max | No | ||
| samplerate | No | ||
| interpolation | No | ||
| aggregation | No | ||
| short | No | ||
| units_system | No |