# Get Cookie Inventory summary for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory 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) - `cookieOriginInclusion` (string) - - exclude cookies which were only changed during pre-audit actions Enum: "exclude_pre_audit_action_only_cookies" - `cookieName` (object) - `cookieDomain` (object) - `partyType` (string) Indicates how much cookie domain is different from its page domain Enum: "1st_party", "owned_3rd_party", "3rd_party" - `secure` (boolean) - `sameSite` (string,null) Enum: "None", "Lax", "Strict", "Empty" - `cookieSize` (object) Cookie size in bytes. Should have and/or properties defined. is inclusive and is exclusive - `allThirdPartyCookies` (boolean) Conflicts with , but has higher priority - `httpOnly` (boolean) - `expirationType` (string) Enum: "session", "timestamp" - `cookieDuration` (object) Cookie duration in minutes. Should have and/or properties defined. is inclusive and is exclusive. Ignored when expirationType == "session" - `initiatorUrl` (object) - `initiatorUrlDomain` (object) - `anyRelatedTag` (boolean) Show all cookies with any related tag - `tagId` (integer) Tag ID - `tagCategoryId` (integer) Tag category ID - `tagVendorId` (integer) Tag vendor ID - `partitionKeyIsSet` (boolean) ## Response 200 fields (application/json): - `totalPageCount` (integer, required) Total number of pages audited - `filteredPageCount` (integer, required) Number of pages passing all applied filters - `totalUniqueCookieCount` (integer, required) Total number of unique cookies discovered - `filteredUniqueCookieCount` (integer, required) Number of unique cookies passing all applied filters - `totalFirstPartyCookieCount` (integer, required) Total number of first-party cookies discovered - `filteredFirstPartyCookieCount` (integer, required) Number of first-party cookies passing all applied filters - `totalThirdPartyCookieCount` (integer, required) Total number of third-party cookies discovered - `filteredThirdPartyCookieCount` (integer, required) Number of third-party cookies passing all applied filters - `filteredNonSecureCookieCount` (integer, required) Number of non-secure cookies passing all applied filters - `filteredSameSiteEmptyCookieCount` (integer, required) Number of cookies with empty same site attribute passing all applied filters - `totalUniqueCookieDomainCount` (integer, required) Total number of unique cookie domains discovered - `filteredUniqueCookieDomainCount` (integer, required) Number of unique cookie domains 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)