# Get Audit Summary data for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/audit-summary Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/audit-summary 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): - `primaryTagsOnly` (boolean) (This filter option no longer works due to the response body change on May 2021) if true then return only pages/tags with primary tags else return all pages/tags - `tagId` (integer) Tag ID - `tagCategoryId` (integer) Tag category ID - `tagVendorId` (integer) Tag vendor ID ## Response 200 fields (application/json): - `totalUniquePrimaryTagCount` (integer, required) Total number of tag vendors selected as account primary tags discovered during an audit run - `filteredUniquePrimaryTagCount` (integer, required) Number of tag vendors selected as account primary tags passing all applied filters ## 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)