# Get Cookie Privacy compliance for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/cookie-privacy/compliance Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/cookie-privacy/compliance 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 ## Query parameters: - `page` (integer) Number of results page of an endpoint with paginated results - `size` (integer) - `sortBy` (string) Enum: "compliance_status", "page_count", "cookie_name", "cookie_domain", "consent_category_name", "cookie_changed_during" - `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) - `cookieOriginInclusion` (string) - - exclude cookies which were only changed during pre-audit actions Enum: "exclude_pre_audit_action_only_cookies" - `cookieName` (object) - `cookieDomain` (object) - `consentCategoryId` (integer) ID of consent category Example: 3301 - `consentCategorySnapshotId` (integer) Use in filtering purposes is DEPRECATED in favour of ! Snapshot Id of consent category attached to this run Example: 33010 - `consentCategoryComplianceStatus` (string) Enum: "approved", "unapproved" ## 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 - `cookies` (array, required) - `cookies.cookieChangedDuring` (array) List of phases during which this cookie was changed, aggregated across all pages Enum: "PRE_AUDIT_ACTION", "PAGE_LOAD", "ON_PAGE_ACTION" - `cookies.cookieName` (string, required) Cookie name - `cookies.cookieDomain` (string, required) Cookie domain; preceding dot removed - `cookies.consentCategoryComplianceStatus` (string) Enum: "approved", "unapproved" - `cookies.consentCategoryName` (string) Name of consent category item (tag, cookie, domain, geo) belongs to - `cookies.consentCategoryId` (integer) ID of consent category Example: 3301 - `cookies.consentCategorySnapshotId` (integer) Use in filtering purposes is DEPRECATED in favour of ! Snapshot Id of consent category attached to this run Example: 33010 - `cookies.filteredPageCount` (integer, required) ## 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)