# Get Tag Health all tags list for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/tag-health/tags Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/tag-health/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): - `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 pages/tags with primary tags else return all pages/tags - `tagLoadTime` (object) Should have and/or properties defined - `tagLoadTime.min` (integer) Minimum (inclusive) tag load time in milliseconds - `tagLoadTime.max` (integer) Maximum (exclusive) tag load time in milliseconds - `tagId` (integer) Tag ID - `tagCategoryId` (integer) Tag category ID - `tagVendorId` (integer) Tag vendor ID - `tagAccount` (string) Tag account - `tagRequestSize` (object) Tag request size in bytes. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `pageStatusCode` (string) good - 2xx, redirects - 3xx, broken - all others Enum: "good", "redirects", "broken" - `tagStatusCode` (string) good - 2xx, redirects - 3xx, broken - all others Enum: "good", "redirects", "broken" ## 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.tagInstanceCount` (integer, required) Number of tag requests - `tags.tagRequestSizeAverage` (integer, required) Tag network request size, in bytes - `tags.tagLoadTimeDistribution` (object, required) - `tags.tagLoadTimeDistribution.below500` (integer, required) Number of tag requests with load time < 500 ms - `tags.tagLoadTimeDistribution.500to1000` (integer, required) Number of tag requests with 500 ms ≤ load time < 1000 ms - `tags.tagLoadTimeDistribution.1000to2000` (integer, required) Number of tag requests with 1000 ms ≤ load time < 2000 ms - `tags.tagLoadTimeDistribution.above2000` (integer, required) Number of tag requests with 2000 ms ≤ load time - `tags.tagStatusCodeDistribution` (object, required) See - `tags.tagStatusCodeDistribution.good` (integer, required) Number of tag requests with "good" status code - `tags.tagStatusCodeDistribution.redirect` (integer, required) Number of tag requests with "redirect" status code - `tags.tagStatusCodeDistribution.broken` (integer, required) Number of tag requests with "broken" status code - `tags.filteredTagAccountCount` (integer, required) Number of accounts of a tag 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)