get_site_audit_history
Track specific SEO error trends over time to verify fixes, monitor growth, and identify problem areas in site audits.
Instructions
Track how a SPECIFIC error type changed over time across all audits in project. Returns array with reportId, date, and count for each audit. Use this to: verify if fixes are working (count should decrease), monitor if errors are growing, track specific problem areas. The errorName must be from the fixed enum list (same as error.key from get_site_audit_deteailed_report). Example: errorName='no_desc' shows trend of pages without meta description. Does not consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to get error history for | |
| errorName | Yes | Error type name (e.g., h1_missing, no_desc, long_title) | |
| limit | No | Number of history items to return | |
| offset | No | Offset for pagination |