listWebsites
Retrieve a list of audited websites with health scores, critical issues, regressions, and scheduled audit dates. Filter by health, monitoring status, or domain, or get detailed status for a single site using its ID.
Instructions
List the websites this organization has audited, with their current health: score and trend against the previous audit, critical issue count, how many issues have regressed, known page count, and when the next scheduled audit runs.
Pass websiteId to get one website in detail instead of the list.
A website is the durable object behind repeated audits of the same domain — use its ID with getMonitoringSchedule to see recurring-audit settings, or with listSiteAudits as websiteId to page through that site's history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter by domain substring. | |
| sort | No | Server-supported sort key. | |
| limit | No | ||
| health | No | Filter by health status. | |
| offset | No | ||
| websiteId | No | Return this one website in detail instead of the list. | |
| monitoring | No | Filter by monitoring state — whether a recurring schedule is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| website | No | ||
| websites | No |