One page's scans over time
page_historyUse this when the question is one URL over time: 'did my fix actually work', 'when did this page break', 'which release dropped this page's score'. It is the only tool that names the scan where a single page regressed. Every recorded monitoring scan of that URL, newest first: score, violations by impact, and how many issue types were fixed and newly introduced since the page's previous scan. Needs a "url"; use score_history for the whole site. Counts are rule-level (distinct axe rules), not element-level, so fixing forty instances of one rule reads as one fixed issue type. The first scan of a URL is a baseline and reports no new/fixed figures rather than zeroes. Read-only, from stored scans: no page is loaded, no page allowance is spent, and a fix deployed since the last scan does not appear. Full-site crawl rows are excluded — if a URL only appears in a crawl, this says so instead of reporting no history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to report on — full URL ("https://example.com/pricing") or a path ("/pricing"). Trailing slash and www do not matter. | |
| limit | No | Most recent scans to return (default 20, cap 100). | |
| website | Yes | The website domain as registered in Inclusify, e.g. "example.com". |