get_site_audits_list
Retrieve all audit reports for a Serpstat project to analyze SEO performance, track issue counts, and identify reports for detailed analysis using report IDs.
Instructions
STARTING POINT for audit analysis. Returns list of all audit reports for a project. Use reportId from response with other audit methods. Returns: reportId (use with other methods), date, SDO score (0-100), pages scanned/limit, critical/non-critical issue counts, viruses, progress (0-100), completion status, hasDetailData flag (true=full data available, false=in progress/failed). Does not consume API credits. TIP: Sort by date to get most recent audit first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to get audits list for | |
| limit | No | Number of audits to return | |
| offset | No | Offset for pagination |