get_site_audit_deteailed_report
Analyze website audit reports to identify and categorize SEO errors by priority, track changes between audits, and monitor error resolution progress.
Instructions
Get COMPLETE error breakdown organized by categories. Main method for detailed audit analysis. Returns categories array, each with errors array containing: key (error identifier like 'no_desc', 'h1_missing'), priority (high/medium/low/information), countAll (total errors), countNew (new vs compareReportId), countFixed (fixed vs compareReportId). Use compareReportId parameter to track changes between audits. Use error.key with get_site_audit_history (track across all audits) or get_site_audit_pages_spec_errors (see affected pages). Does not consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | The unique identifier for an audit report | |
| compareReportId | No | Another unique identifier for an audit report from the same project to compare |