getSiteAuditReport
Obtain the full site audit report with overall score, per-page issues, AI overview, and social card previews once the audit is complete.
Instructions
Retrieve the full structured report for a completed site audit. Returns an overall site score (0–100), per-page scores and issues, an AI-generated site overview with top priorities and issue rollup, and social preview data for each audited page.
Only available once the audit status is COMPLETE. Use getSiteAuditStatus to check progress first.
Report contents:
Overall site score and summary (critical issues, total issues, passed checks)
AI overview: site summary, top priorities, strength areas
Issue rollup: business impact, affected page count, fix guidance
Per-page: score, check results, issues, social card previews (Facebook, Twitter, LinkedIn, Google)
Pick the right tool: getSiteAuditReport → Full results after audit is COMPLETE getSiteAuditStatus → Check status while audit is running previewPageAudit → Instant single-URL audit without waiting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auditId | Yes | The audit ID returned by startSiteAudit. The audit must be in COMPLETE status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Per-page scores, checks, issues, and social previews | |
| score | No | Overall site score 0–100 | |
| domain | Yes | ||
| status | Yes | ||
| auditId | Yes | ||
| summary | No | ||
| completedAt | No | ||
| pagesAudited | No | ||
| aiSiteOverview | No | AI-generated overview: siteSummary, reportHighlights, issueRollup |