# Get Tag Health tag accounts list for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/tag-health/tags/{tagId}/accounts Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/tag-health/tags/{tagId}/accounts 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 - `tagId` (integer, required) Tag ID ## Query parameters: - `page` (integer) Number of results page of an endpoint with paginated results - `size` (integer) - `sortBy` (string) For lower and upper bounds are correspondingly inclusive and exclusive Enum: "tag_account", "tag_instance_count", "tag_request_size_average", "tag_load_time_below_500", "tag_load_time_from_500_to_1000", "tag_load_time_from_1000_to_2000", "tag_load_time_above_2000" - `sortDesc` (boolean) Controls sorting order ## 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) - `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 - `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): - `metadata` (object, required) Common metadata for iterable - `metadata.pagination` (object, required) - `metadata.pagination.totalCount` (integer, required) Total number of items available from all result pages combined - `metadata.pagination.totalPageCount` (integer, required) Total number of pages available - `metadata.pagination.pageSize` (integer, required) Page size - number of items per result page configured by query parameter or default page size - `metadata.pagination.currentPageSize` (integer, required) Number of items in current result page - `metadata.pagination.currentPageNumber` (integer, required) Current page number/ordinal - `tagAccounts` (array, required) - `tagAccounts.tagId` (integer, required) Tag ID - `tagAccounts.tagName` (string, required) Tag name - `tagAccounts.tagCategoryId` (integer, required) Tag category ID - `tagAccounts.tagCategoryName` (string, required) Name of a category of a tag - `tagAccounts.tagInstanceCount` (integer, required) Number of tag requests - `tagAccounts.tagRequestSizeAverage` (integer, required) Tag network request size, in bytes - `tagAccounts.tagLoadTimeDistribution` (object, required) - `tagAccounts.tagLoadTimeDistribution.below500` (integer, required) Number of tag requests with load time < 500 ms - `tagAccounts.tagLoadTimeDistribution.500to1000` (integer, required) Number of tag requests with 500 ms ≤ load time < 1000 ms - `tagAccounts.tagLoadTimeDistribution.1000to2000` (integer, required) Number of tag requests with 1000 ms ≤ load time < 2000 ms - `tagAccounts.tagLoadTimeDistribution.above2000` (integer, required) Number of tag requests with 2000 ms ≤ load time - `tagAccounts.tagStatusCodeDistribution` (object, required) See - `tagAccounts.tagStatusCodeDistribution.good` (integer, required) Number of tag requests with "good" status code - `tagAccounts.tagStatusCodeDistribution.redirect` (integer, required) Number of tag requests with "redirect" status code - `tagAccounts.tagStatusCodeDistribution.broken` (integer, required) Number of tag requests with "broken" status code - `tagAccounts.tagAccount` (string, required) Tag account ## 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)