Gauge reading history (paid tier)
list_gauge_readingsHistorical water level readings for one gauge. Free tier is blocked (the free surface is current readings on /gauges and the 6-hour window on /gauges/{id}). Starter tier limited to 1 year lookback, Developer and Business to 5 years, Pro and Enterprise unlimited. Retention ladder: raw 30 days, hourly rollups 90 days, daily forever — plus full-resolution raw inside flood-event windows kept forever. interval=auto picks the finest granularity available for the requested window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| above | No | Only readings at/above this published flood classification for the gauge | |
| after | No | Start of range (ISO 8601, inclusive). Tier-limited. | |
| limit | No | ||
| before | No | End of range (ISO 8601, exclusive). Defaults to now. | |
| cursor | No | Pagination cursor from meta.nextCursor (ISO timestamp keyset) | |
| interval | No | raw, hourly, daily, or auto (default) |