page_audit_report_drill_down
Drill down into specific SEO audit errors to identify problematic elements like images without alt text or broken URLs, enabling targeted fixes for website optimization.
Instructions
Get detailed list of problematic elements for specific error types. ONLY works for errors with hasAdditionRows=true from page_audit_get_results_report response. Returns error 'Try get additional rows in rows-less error' for page-level errors where hasAdditionRows=false. Response structure varies by error type: for multimedia errors (image_no_alt, large_image_size, broken_image_url) returns array of image URLs that have the issue; for page-level errors (miss_favicon, etc) returns array with single object containing page URL. Always check hasAdditionRows flag before calling this method. Does not consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | Yes | Report ID to get error details for | |
| error | Yes | Error type key to get details for. Must match error.key value from page_audit_get_results_report response (e.g., image_no_alt, broken_image_url, large_image_size). Only works for errors where hasAdditionRows=true. | |
| mode | No | Filter mode: all (all errors), new (errors added since compareReportId), solved (errors fixed since compareReportId). Optional, default is all. | |
| compareReportId | No | Report ID to compare with for new/solved filtering (optional, required when mode is new or solved) | |
| page | No | Page number for pagination (optional) | |
| size | No | Number of results per page (optional, max 1000) |