Get daily statistics
get_stats_dailyRetrieve daily uptime and response-time statistics for a monitor, including min, max, average, and p95, to analyze trends over weeks or months and compare monitors within a specified date range.
Instructions
Response time and uptime for one monitor aggregated per day, with min, max, average and p95. This is the tool for reports and trends over weeks or months, and for comparing one monitor against another over the same window. When a single day looks wrong, zoom into it with get_stats_hourly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. Defaults to 1. | |
| dateTo | No | Last day to include, as YYYY-MM-DD. Defaults to today. | |
| dateFrom | No | First day to include, as YYYY-MM-DD. Defaults to the start of available history. | |
| monitorId | Yes | Monitor id, as returned by list_monitors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The rows on this page. | |
| totalItems | No | Total across all pages, not just this one. |