# Get all rules overview for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/rule-summary/rule-results Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/rule-summary/rule-results Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 - `runId` (integer, required) Unique identification number for web audit or journey run Example: 33010 ## Request fields (application/json): - `pageUrl` (object) - `pageUrl.filterType` (string, required) Enum: "contains", "regex" - `pageUrl.filterValue` (string, required) - `pageUrl.negated` (boolean) Switches from "contains" to "not contains", and from "matches regex" to "does not match regex". Supported only by Page Summary for now - `finalPageUrl` (object) - `pageTitle` (object) - `pageTitle.filterValue` (string, required) Page title as displayed by browser Example: "ObserveP" - `initialPageStatusCode` (object) - `initialPageStatusCode.negated` (boolean, required) Switches from to , and from to - `finalPageStatusCode` (object) - `combinedPageStatusCode` (string) - - initial or final URL are , - - initial URL is or and final URL is Enum: "broken", "good" - `pageLoadTime` (object) Page load time in milliseconds. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `pageLoadTime.min` (integer) - `pageLoadTime.max` (integer) - `pageSize` (object) Page size in bytes. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `redirectCount` (object) Number of redirects for a page. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `hasBrokenLinks` (boolean) - `pageUrlMatchingAuditFilterConfiguration` (boolean) - `primaryTagsOnly` (boolean) if true then return only rules/pages with primary tags else return all rules/pages - `tagId` (integer) Tag ID - `tagCategoryId` (integer) Tag category ID - `tagVendorId` (integer) Tag vendor ID - `tagAccount` (string) Tag account - `ruleStatus` (string) Enum: "failed", "passed", "not_applied" - `ruleId` (integer) - `pageStatusCode` (string) good - 2xx, redirects - 3xx, broken - all others Enum: "good", "redirects", "broken" - `ruleFailuresOnly` (boolean) Use instead ## Response 200 fields (application/json): - `rules` (array, required) - `rules.failedRulePageCount` (integer, required) Number of pages with at least 1 rule failed - `rules.passedRulePageCount` (integer, required) Number of pages with at least 1 rule passed - `rules.notAppliedRulePageCount` (integer, required) Number of pages with at least 1 rule not applied - `rules.ruleSnapshotId` (integer, required) - `rules.originalRuleId` (integer) - `rules.ruleConfigExists` (boolean) If false, the rule config doesn't exist anymore - `rules.name` (string, required) Rule name - `rules.tags` (array, required) List of tags checked in the rule - `rules.tags.tagId` (integer, required) Tag ID - `rules.tags.tagName` (string, required) Tag name - `rules.tags.tagCategoryId` (integer, required) Tag category ID - `rules.tags.tagCategoryName` (string, required) Name of a category of a tag - `rules.hasEmailNotification` (boolean, required) - `rules.emailRecipients` (array, required) ## 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 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)