get_network_history
Get the network verdict history
The host verdict mix over time, derived from the temporal verdict table in one windowed pass: per UTC day, the rows open at 00:00 that day, counted by verdict. Two caveats. Counts are (hostname, role) pairs — a host serving two roles counts twice, the same grain as /v1/network. And before 2026-08-15 an unresolvable host was recorded as down, so unresolvable reads 0 over the earlier stretch. The series starts 2026-07-21, the first day the table covers; an earlier from is clamped to it. Keyless-cacheable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive upper bound (YYYY-MM-DD UTC). Defaults to today. | |
| from | No | Inclusive lower bound (YYYY-MM-DD UTC). Defaults to 90 days ago; clamped to 2026-07-21. |