List Site Audits
list_auditsList site audits for a brand, or fetch one by ID.
Each audit is a snapshot of the brand's site at a point in time, with issue counts, an overall score, and the detected CMS platform. To go deeper into one audit, call get_audit_findings.
Args:
brand_id: The brand (required).
audit_id: Optional. Return only this audit.
status: Optional. Filter by audit status (e.g. 'complete').
limit: Max audits to return. 1-100. Default 20.
period: A frozen calendar period (YYYY-MM or YYYY-Qn). When given,
the response is the audit whose score stood at the period's end
and carries a period block; that score is audit_score_end in
get_period_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period | No | ||
| status | No | ||
| audit_id | No | ||
| brand_id | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |