You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the new pageUrl field returned by GET /v1/analytics/{projectId}/assistant so customers can attribute exported assistant conversations to the docs page where the chat started.
Changes
Add conversations[].pageUrl: string | null to the AssistantConversationsResponse schema in analytics.openapi.json and its zh, es, and fr counterparts.
Add a pageUrl bullet to the "Conversation data" list on api/analytics/assistant-conversations and its zh, es, and fr translations.
Context
Tracks server PR mintlify/server#5945, which started including the captured page path on assistant chat threads and now returns it from the analytics export endpoint.
Note
Low Risk
Documentation and schema-only updates aligned with an existing server response; no application or runtime behavior changes in this repo.
Overview
Documents the new pageUrl field on assistant conversation export payloads so API consumers can attribute chats to the docs page where they started.
OpenAPI (analytics.openapi.json plus es, fr, zh): each item in AssistantConversationsResponse.conversations now includes required pageUrl (string | null) — full URL of the starting page, or null when no path was captured.
Guides (api/analytics/assistant-conversations and localized MDX): the “Conversation data” section adds a pageUrl bullet with the same semantics and usage note for page-level attribution.
Reviewed by Cursor Bugbot for commit 41bde9a. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the new
pageUrlfield returned byGET /v1/analytics/{projectId}/assistantso customers can attribute exported assistant conversations to the docs page where the chat started.Changes
conversations[].pageUrl: string | nullto theAssistantConversationsResponseschema inanalytics.openapi.jsonand itszh,es, andfrcounterparts.pageUrlbullet to the "Conversation data" list onapi/analytics/assistant-conversationsand itszh,es, andfrtranslations.Context
Tracks server PR mintlify/server#5945, which started including the captured page path on assistant chat threads and now returns it from the analytics export endpoint.
Note
Low Risk
Documentation and schema-only updates aligned with an existing server response; no application or runtime behavior changes in this repo.
Overview
Documents the new
pageUrlfield on assistant conversation export payloads so API consumers can attribute chats to the docs page where they started.OpenAPI (
analytics.openapi.jsonpluses,fr,zh): each item inAssistantConversationsResponse.conversationsnow includes requiredpageUrl(string | null) — full URL of the starting page, or null when no path was captured.Guides (
api/analytics/assistant-conversationsand localized MDX): the “Conversation data” section adds apageUrlbullet with the same semantics and usage note for page-level attribution.Reviewed by Cursor Bugbot for commit 41bde9a. Bugbot is set up for automated code reviews on this repo. Configure here.