Appearance
Realtime Reports
Realtime reports aggregate accessibility data collected by client-side scanning across a project's live pages over a date range. Every date range must be at most 430 days, and start/end are ISO-8601 offset datetimes (for example, 2026-06-01T00:00:00Z). Results can be narrowed to a specific tag (group of URLs).
Dashboards and page statistics
get_report_dashboard_period
Returns realtime dashboard charts for a project over a date range: accessibility score trend and page error counts.
get_report_page_stats
Returns page-level error statistics for a project over a date range, keyed by rule id and enriched with the human-readable rule title and WCAG criteria.
URLs and errors
list_report_urls
Lists a project's URLs with their error counts over a date range. Use a returned urlId with get_report_url_detail for per-URL detail.
get_report_url_detail
Returns the detailed scan results for a single URL over a date range, optionally for a specific device.
get_report_error_detail
Returns statistics for a specific error/rule across the project's URLs over a date range, enriched with the rule's title and WCAG criteria.
get_report_drilldown
Returns every violation of a specific rule on a specific URL over a date range — the deepest level of detail for realtime reports.