get_monitored_area
Fetch one monitored area's complete measurement history with anomaly flags to answer whether values are rising, when they changed, or how unusual today is.
Instructions
Fetch one monitored area with its full measurement history — every acquisition that was measured, its value, and whether it was flagged anomalous. This is the time series behind the number that list_monitored_areas reports, so use it to answer "is it going up", "when did it change", or "how unusual is today". Anomaly flags come from a median-absolute-deviation test on the series, not a fixed threshold. Free of token charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area_id | Yes | The area_id from list_monitored_areas. A metric’s polygon_id is also accepted and resolves to the same area. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | Yes | ||
| summary | No | One-line natural-language summary of the result, ready to relay to a user. | |
| metering | No |