# Get latest runs for web audits GET /v3/web-audits/latest-runs Retrieve latest run information for web audits with optional account filtering Endpoint: GET /v3/web-audits/latest-runs Security: API_Key ## Query parameters: - `accountId` (integer) Optional account ID to filter results ## Response 200 fields (application/json): - `id` (integer, required) Audit ID - `name` (string, required) Audit name - `latestRun` (object, required) Run execution information - `latestRun.id` (integer, required) Run ID - `latestRun.completedAt` (string) Timestamp when the run completed - `latestRun.pageCount` (integer) Number of pages processed in the run - `domainInfo` (object, required) Domain information - `domainInfo.id` (integer, required) - `domainInfo.name` (string, required) - `labels` (array) Labels associated with the audit - `labels.id` (integer, required) Label identifier Example: 223 ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)