# Get Audit Summary all detected tags data for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/audit-summary/tags Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/audit-summary/tags 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): - `tags` (array, required) - `tags.tagId` (integer, required) Tag ID - `tags.tagName` (string, required) Tag name - `tags.tagCategoryId` (integer, required) Tag category ID - `tags.tagCategoryName` (string, required) Name of a category of a tag - `tags.pageCount` (integer, required) Number of pages this tag has been discovered on - `tags.pageNotPresentCount` (integer, required) Number of pages this tag has not been discovered on - `tags.tagLoadTimeAverage` (integer, required) Tag load time, in milliseconds - `tags.tagAccountCount` (integer, required) Number of distinct accounts of the tag - `tags.uniqueVariableCount` (integer, required) Number of unique variables in the tag ## 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)