This section documents the V3 Reporting API endpoints that provide access to comprehensive audit and journey data from ObservePoint. Use these endpoints to retrieve detailed reports, export data, manage alerts, and analyze web performance metrics from your ObservePoint scans.
V3 API- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
https://api.observepoint.com/
Audit Run Data- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Retrieve audit run data including pages, cookies, geo-locations, network requests, JS variables and failures for web audit runs
Page Details Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Detailed information about specific pages including tags, cookies, request logs, and console logs
Page Summary Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Page Summary report endpoints
Audit Summary Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Audit Summary report endpoints
Alert Summary Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Alert Summary report endpoints
Rule Summary Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Rule Summary report endpoints
Tag Inventory Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Tag Inventory report endpoints
Tag Health Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Tag Health report endpoints
Tag Duplicates and Multiples Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Tag Duplicates and Multiples report endpoints
Variable Inventory Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Variable Inventory report endpoints
Cookie Inventory Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Cookie Inventory report endpoints
Get Cookie Inventory summary for specified audit run
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Filters applicable to Cookie Inventory report
broken
- initial or final URL arebroken
,good
- initial URL isgood
orredirect
and final URL isgood
Page load time in milliseconds. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Page size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Number of redirects for a page. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
exclude_pre_audit_action_only_cookies
- exclude cookies which were only changed during pre-audit actions
Indicates how much cookie domain is different from its page domain
Cookie size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive
Cookie duration in minutes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. Ignored when expirationType == "session"
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"pageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"finalPageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"pageTitle": {
"filterType": "contains",
"filterValue": "ObserveP"
},
"initialPageStatusCode": {
"filterType": "specific",
"negated": true
},
"finalPageStatusCode": {
"filterType": "specific",
"negated": true
},
"combinedPageStatusCode": "broken",
"pageLoadTime": {
"min": 0,
"max": 0
},
"pageSize": {
"min": 0,
"max": 0
},
"redirectCount": {
"min": 0,
"max": 0
},
"hasBrokenLinks": true,
"pageUrlMatchingAuditFilterConfiguration": true,
"cookieOriginInclusion": "exclude_pre_audit_action_only_cookies",
"cookieName": {
"filterType": "contains",
"filterValue": "string"
},
"cookieDomain": {
"filterType": "contains",
"filterValue": "string"
},
"partyType": "1st_party",
"secure": true,
"sameSite": "None",
"cookieSize": {
"min": 0,
"max": 0
},
"allThirdPartyCookies": true,
"httpOnly": true,
"expirationType": "session",
"cookieDuration": {
"min": 0,
"max": 0
},
"initiatorUrl": {
"filterType": "contains",
"filterValue": "string"
},
"initiatorUrlDomain": {
"filterType": "contains",
"filterValue": "string"
},
"anyRelatedTag": true,
"tagId": 0,
"tagCategoryId": 0,
"tagVendorId": 0,
"partitionKeyIsSet": true
}'
{ "totalPageCount": 0, "filteredPageCount": 0, "totalUniqueCookieCount": 0, "filteredUniqueCookieCount": 0, "totalFirstPartyCookieCount": 0, "filteredFirstPartyCookieCount": 0, "totalThirdPartyCookieCount": 0, "filteredThirdPartyCookieCount": 0, "filteredNonSecureCookieCount": 0, "filteredSameSiteEmptyCookieCount": 0, "totalUniqueCookieDomainCount": 0, "filteredUniqueCookieDomainCount": 0 }
Get Cookie Inventory trends relative to specified audit run
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory/trends
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory/trends \
-H 'Authorization: YOUR_API_KEY_HERE'
Cookie Inventory trends data
Date-time in RFC3339 profile ISO 8601 format with the following additional restrictions:
- An uppercase T must separate the date and time portions.
- An uppercase Z must denote that a numeric time zone offset isn't present.
In general, these timestamp requirements are the same in AWS Step Functions - Choice Rules
{ "runs": [ { … } ] }
Get Cookie Inventory specific trend values relative to current time
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/reports/cookie-inventory/trends/{trendName}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.observepoint.com/v3/web-audits/107239/reports/cookie-inventory/trends/{trendName}?days=1' \
-H 'Authorization: YOUR_API_KEY_HERE'
Cookie Inventory specific trend values data
Date-time in RFC3339 profile ISO 8601 format with the following additional restrictions:
- An uppercase T must separate the date and time portions.
- An uppercase Z must denote that a numeric time zone offset isn't present.
In general, these timestamp requirements are the same in AWS Step Functions - Choice Rules
{ "runs": [ { … } ] }
Get Cookie Inventory cookie list for specified audit run
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Filters applicable to Cookie Inventory report
broken
- initial or final URL arebroken
,good
- initial URL isgood
orredirect
and final URL isgood
Page load time in milliseconds. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Page size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Number of redirects for a page. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
exclude_pre_audit_action_only_cookies
- exclude cookies which were only changed during pre-audit actions
Indicates how much cookie domain is different from its page domain
Cookie size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive
Cookie duration in minutes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. Ignored when expirationType == "session"
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory/cookies
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory/cookies?page=0&size=100&sortBy=page_count&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"pageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"finalPageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"pageTitle": {
"filterType": "contains",
"filterValue": "ObserveP"
},
"initialPageStatusCode": {
"filterType": "specific",
"negated": true
},
"finalPageStatusCode": {
"filterType": "specific",
"negated": true
},
"combinedPageStatusCode": "broken",
"pageLoadTime": {
"min": 0,
"max": 0
},
"pageSize": {
"min": 0,
"max": 0
},
"redirectCount": {
"min": 0,
"max": 0
},
"hasBrokenLinks": true,
"pageUrlMatchingAuditFilterConfiguration": true,
"cookieOriginInclusion": "exclude_pre_audit_action_only_cookies",
"cookieName": {
"filterType": "contains",
"filterValue": "string"
},
"cookieDomain": {
"filterType": "contains",
"filterValue": "string"
},
"partyType": "1st_party",
"secure": true,
"sameSite": "None",
"cookieSize": {
"min": 0,
"max": 0
},
"allThirdPartyCookies": true,
"httpOnly": true,
"expirationType": "session",
"cookieDuration": {
"min": 0,
"max": 0
},
"initiatorUrl": {
"filterType": "contains",
"filterValue": "string"
},
"initiatorUrlDomain": {
"filterType": "contains",
"filterValue": "string"
},
"anyRelatedTag": true,
"tagId": 0,
"tagCategoryId": 0,
"tagVendorId": 0,
"partitionKeyIsSet": true
}'
Cookie Inventory cookies data
Common metadata for iterable
Total number of items available from all result pages combined
Page size - number of items per result page configured by size
query parameter or default page size
Indicates how much cookie domain is different from its page domain
List of phases during which this cookie was changed, aggregated across all pages
Cookie value size, in bytes. May not be available for old runs
List of tag IDs, associated with initiators that set this cookie
{ "metadata": { "pagination": { … } }, "cookies": [ { … } ] }
Get Cookie Inventory page list for specified audit run
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Filters applicable to Cookie Inventory report
broken
- initial or final URL arebroken
,good
- initial URL isgood
orredirect
and final URL isgood
Page load time in milliseconds. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Page size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Number of redirects for a page. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
exclude_pre_audit_action_only_cookies
- exclude cookies which were only changed during pre-audit actions
Indicates how much cookie domain is different from its page domain
Cookie size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive
Cookie duration in minutes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. Ignored when expirationType == "session"
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory/pages
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory/pages?page=0&size=50&sortBy=page_url&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"pageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"finalPageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"pageTitle": {
"filterType": "contains",
"filterValue": "ObserveP"
},
"initialPageStatusCode": {
"filterType": "specific",
"negated": true
},
"finalPageStatusCode": {
"filterType": "specific",
"negated": true
},
"combinedPageStatusCode": "broken",
"pageLoadTime": {
"min": 0,
"max": 0
},
"pageSize": {
"min": 0,
"max": 0
},
"redirectCount": {
"min": 0,
"max": 0
},
"hasBrokenLinks": true,
"pageUrlMatchingAuditFilterConfiguration": true,
"cookieOriginInclusion": "exclude_pre_audit_action_only_cookies",
"cookieName": {
"filterType": "contains",
"filterValue": "string"
},
"cookieDomain": {
"filterType": "contains",
"filterValue": "string"
},
"partyType": "1st_party",
"secure": true,
"sameSite": "None",
"cookieSize": {
"min": 0,
"max": 0
},
"allThirdPartyCookies": true,
"httpOnly": true,
"expirationType": "session",
"cookieDuration": {
"min": 0,
"max": 0
},
"initiatorUrl": {
"filterType": "contains",
"filterValue": "string"
},
"initiatorUrlDomain": {
"filterType": "contains",
"filterValue": "string"
},
"anyRelatedTag": true,
"tagId": 0,
"tagCategoryId": 0,
"tagVendorId": 0,
"partitionKeyIsSet": true
}'
{ "metadata": { "pagination": { … } }, "pages": [ { … } ] }
Get Cookie Inventory page list for specific cookie in specified audit run
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Filters applicable to Cookie Inventory report + specific cookie to check out its pages
broken
- initial or final URL arebroken
,good
- initial URL isgood
orredirect
and final URL isgood
Page load time in milliseconds. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Page size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Number of redirects for a page. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
exclude_pre_audit_action_only_cookies
- exclude cookies which were only changed during pre-audit actions
partitionKey
is absent — property is ignored for backward compatibility,partitionKey
is present andpartitionKey.value
is absent — cookies in old runs without partition key and new runs with partition key set to null,partitionKey
is present andpartitionKey.value
is present — cookies in new runs with requested partition key
Indicates how much cookie domain is different from its page domain
Cookie size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory/cookie-pages
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory/cookie-pages?page=0&size=50&sortBy=page_url&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"pageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"finalPageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"pageTitle": {
"filterType": "contains",
"filterValue": "ObserveP"
},
"initialPageStatusCode": {
"filterType": "specific",
"negated": true
},
"finalPageStatusCode": {
"filterType": "specific",
"negated": true
},
"combinedPageStatusCode": "broken",
"pageLoadTime": {
"min": 0,
"max": 0
},
"pageSize": {
"min": 0,
"max": 0
},
"redirectCount": {
"min": 0,
"max": 0
},
"hasBrokenLinks": true,
"pageUrlMatchingAuditFilterConfiguration": true,
"cookieOriginInclusion": "exclude_pre_audit_action_only_cookies",
"cookie": {
"name": "string",
"domain": "string",
"partyType": "1st_party",
"expirationType": "session",
"sameSite": "None",
"secure": true,
"httpOnly": true,
"partitionKey": {
"value": "string"
}
},
"cookieSize": {
"min": 0,
"max": 0
},
"initiatorUrl": {
"filterType": "contains",
"filterValue": "string"
},
"initiatorUrlDomain": {
"filterType": "contains",
"filterValue": "string"
},
"anyRelatedTag": true,
"tagId": 0,
"tagCategoryId": 0,
"tagVendorId": 0
}'
{ "metadata": { "pagination": { … } }, "pages": [ { … } ] }
Get Cookie Domains list in specified audit run
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Filters applicable to Cookie Inventory report
broken
- initial or final URL arebroken
,good
- initial URL isgood
orredirect
and final URL isgood
Page load time in milliseconds. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Page size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
Number of redirects for a page. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. min
should be less than max
.
exclude_pre_audit_action_only_cookies
- exclude cookies which were only changed during pre-audit actions
Indicates how much cookie domain is different from its page domain
Cookie size in bytes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive
Cookie duration in minutes. Should have min
and/or max
properties defined. min
is inclusive and max
is exclusive. Ignored when expirationType == "session"
- ObservePoint Production API
https://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory/domains
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory/domains?page=0&size=50&sortBy=domain&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"pageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"finalPageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"pageTitle": {
"filterType": "contains",
"filterValue": "ObserveP"
},
"initialPageStatusCode": {
"filterType": "specific",
"negated": true
},
"finalPageStatusCode": {
"filterType": "specific",
"negated": true
},
"combinedPageStatusCode": "broken",
"pageLoadTime": {
"min": 0,
"max": 0
},
"pageSize": {
"min": 0,
"max": 0
},
"redirectCount": {
"min": 0,
"max": 0
},
"hasBrokenLinks": true,
"pageUrlMatchingAuditFilterConfiguration": true,
"cookieOriginInclusion": "exclude_pre_audit_action_only_cookies",
"cookieName": {
"filterType": "contains",
"filterValue": "string"
},
"cookieDomain": {
"filterType": "contains",
"filterValue": "string"
},
"partyType": "1st_party",
"secure": true,
"sameSite": "None",
"cookieSize": {
"min": 0,
"max": 0
},
"allThirdPartyCookies": true,
"httpOnly": true,
"expirationType": "session",
"cookieDuration": {
"min": 0,
"max": 0
},
"initiatorUrl": {
"filterType": "contains",
"filterValue": "string"
},
"initiatorUrlDomain": {
"filterType": "contains",
"filterValue": "string"
},
"anyRelatedTag": true,
"tagId": 0,
"tagCategoryId": 0,
"tagVendorId": 0,
"partitionKeyIsSet": true
}'
{ "metadata": { "pagination": { … } }, "domains": [ { … } ] }
Browser Logs Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Browser Logs report endpoints
File Changes Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
File changes report endpoints
Cookie Privacy report endpoints- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Cookie privacy report
Tag Privacy Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Tag privacy report endpoints
Request Privacy Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Request Privacy report endpoints
Exports Center- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Access requested exports status/information
Scheduled Exports- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Manage scheduled grid report data exports
Audit Run Export- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Export audit run data
Web Journey Run Export- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Export web journey run data
Manual Journey Run Export- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Export manual journey run data
Consent Category Export- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Export consent category data
Alerts- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Alert management and configuration
Account's Triggered Alerts- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Account-level triggered alerts
Alert Export- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Export alert data
Account Usage- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Account usage data
Account Usage Alerts- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Alerts related to account usage
Account Usage Export- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Export account usage data
Web Journey Cookie Report- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Cookie analysis and reporting for web journeys
Notification Center- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Find and manage email subscriptions
Email Inbox Messages- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Get Email Inbox message details
Email Inbox Message Alerts- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
- Copy for LLMCopy page as Markdown for LLMs
- View as MarkdownOpen this page as Markdown
- Open in ChatGPTGet insights from ChatGPT
- Open in ClaudeGet insights from Claude
Email inbox message alerts