listSiteAudits
Retrieve past site audits for your organization to track domain scores over time, filter by status or date, and obtain audit IDs for detailed reports.
Instructions
List past site audits for the connected organization — newest first by default. Use this to find an audit to inspect, to track a domain's score over time, or to get the previous audit ID for a comparison.
Filter with q (domain substring), status, from / to (ISO dates), or websiteId to see every run for one monitored site. Page with limit and offset.
Returns audit IDs — feed one to getSiteAuditReport for full results, or to getSiteAuditChanges to see what moved since the previous run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter by domain substring. | |
| to | No | Only audits created on or before this ISO date. | |
| from | No | Only audits created on or after this ISO date. | |
| sort | No | Server-supported sort key, e.g. '-createdAt'. | |
| limit | No | How many audits to return (1–100). Defaults to the server's page size. | |
| offset | No | Rows to skip, for paging. | |
| status | No | Only return audits in these states. | |
| websiteId | No | Only audits for this monitored website — use it to build a single site's history. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| total | Yes | ||
| audits | Yes | ||
| offset | No |