get_analytics_instance_result
Retrieve analytics results for building performance optimization by specifying instance ID, project ID, time range, and unit/currency systems.
Instructions
Get results for an analytics instance.
Args: instance_id: The instance ID. project_id: The project's numeric ID. start: Start time in ISO 8601 format. end: End time in ISO 8601 format. units_system: Unit system. currency_system: Currency system.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| project_id | Yes | ||
| start | No | ||
| end | No | ||
| units_system | No | ||
| currency_system | No |