# Return page tag information GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/tags Get tags from specified audit run on a given page, getting summary insight is optional Endpoint: GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/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 - `pageId` (string, required) Unique identification number for web audit run-page, it is different from dcUUID Example: "f9d32cc7cc2046d6decb145a80289287f5226323" ## Query parameters: - `getInsights` (boolean) Example: true ## Response 200 fields (application/json): - `pageTagInsights` (object) - `pageTagInsights.noOfTagRequests` (integer) - `pageTagInsights.noOfUniqueTags` (integer) - `pageTagInsights.noOfBrokenTags` (integer) - `pageTags` (array) - `pageTags.name` (string) - `pageTags.category` (string) - `pageTags.tagId` (integer) - `pageTags.pageTagInstances` (array) - `pageTags.pageTagInstances.tagInstanceId` (string) - `pageTags.pageTagInstances.account` (string) - `pageTags.pageTagInstances.bytes` (integer) - `pageTags.pageTagInstances.loadTime` (integer) - `pageTags.pageTagInstances.duplicates` (integer) - `pageTags.pageTagInstances.multiples` (integer) - `pageTags.pageTagInstances.statusCode` (integer) - `pageTags.pageTagInstances.tagInstanceVariables` (array) - `pageTags.pageTagInstances.tagInstanceVariables.value` (string) - `pageTags.pageTagInstances.relatedCookies` (array) - `pageTags.pageTagInstances.relatedCookies.domain` (string) - `pageTags.pageTagInstances.relatedCookies.path` (string) - `pageTags.tagRequestCount` (integer) Total number of tag requests on a page for given tag - `pageTags.tagDuplicateRequestCount` (integer) Number of duplicate tag requests for given tag - `pageTags.tagMultipleRequestCount` (integer) Number of multiple tag requests for given tag (tag requests that are not exact copies of each other and have the same account) - `pageTags.tagUniqueRequestCount` (integer) Number of tag requests that do not have duplicates or multiples ## 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)