Analytics
Get feedback
Returns paginated user feedback with optional filtering
Get feedback by page
Returns feedback counts aggregated by documentation page path (thumbs up/down for contextual feedback, code snippet count, and total per page)
Get assistant conversations
Returns paginated AI assistant conversation history
Get assistant conversation thread
Returns the full message transcript for a single assistant conversation thread. The thread ID is available from the assistant conversations endpoint, or as the threadId query parameter appended to assistant link-mode deflection support URLs.
Get assistant caller stats
Returns a breakdown of assistant query counts by caller type (web, API, and other) for the specified date range.
Get search queries
Returns paginated documentation search terms for the date range, ordered by hit count descending. Each row includes click-through rate, the most-clicked result path for that query (if any), and the last time the term was searched. totalSearches is the total number of search query events in the same date range (sum of all hits, not distinct queries).
Get page views
Returns per-path and site-wide content view event counts, split by human and AI traffic.
Get unique visitors
Returns per-path and site-wide approximate distinct visitors by traffic type. The total field is deduplicated across human and AI (union of distinct visitor IDs with any qualifying content view).