Web audit issues
get_audit_issuesWeb audit issues for a project: a severity-filtered list, or drill into one issue’s affected pages and fix steps.
project_id is a ranking id from list_projects. Omit issue_key for the severity-filtered list (each issue carries its own how-to-fix); pass issue_key to drill into that issue’s affected pages and full fix steps. Filter the list with severity (error, warning, or notice); page through detail results with page. Free — calling it never consumes lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| severity | No | ||
| issue_key | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | ||
| mode | Yes | ||
| label | No | ||
| total | No | ||
| issues | No | ||
| severity | No | ||
| issue_key | No | ||
| truncated | No | ||
| how_to_fix | No | ||
| project_id | Yes | ||
| affected_pages | No |