List website issues
list_issuesList a website's open audit issues (like a bug tracker: each issue is one failing rule with occurrences across pages, numbered per website). Returns issues sorted by severity, plus severity and status summaries. Use the issue number with get_issue for full detail and comments. Filter by status/severity/category to narrow down. This is a per-website tracker spanning audits, not a per-run count: one rule failing on 600 pages is ONE issue here, and an issue stays open until an audit re-checks it. So the open count is expected to be far smaller than a run's issues_found (list_audits) or a report's failed+warnings, and the two are not comparable (#1700). To compare runs, use health_score from list_audits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 50). | |
| offset | No | Pagination offset (default 0). | |
| status | No | Filter by issue status (omit for all statuses). | |
| category | No | Filter by rule category code (e.g. seo, performance, security). | |
| severity | No | Filter by severity. | |
| website_id | Yes | Website id from list_websites, run_audit, or list_audits. |