Files
mintlify__docs/api/analytics/assistant-conversations.mdx
mintlify[bot] 2016c35157 Audit and improve SEO frontmatter across docs (#5649)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-02 04:32:23 +00:00

26 lines
1.1 KiB
Plaintext

---
title: "Get assistant conversations"
openapi: /analytics.openapi.json GET /v1/analytics/{projectId}/assistant
keywords: ["analytics", "assistant", "conversations", "export", "AI"]
---
## Usage
Use this endpoint to export AI assistant conversation history from your documentation. Each conversation includes the user query, assistant response, sources cited, resolution status, and query category.
Paginate through results using the `cursor` parameter returned in the response. Continue fetching while `hasMore` is `true`.
## Filtering
Filter conversations by date range using `dateFrom` and `dateTo` parameters.
## Conversation data
Each conversation includes:
- **query**: The user's question
- **response**: The assistant's answer
- **sources**: Pages referenced in the response, with title and URL
- **resolutionStatus**: Whether the assistant successfully answered the question. Either `answered` or `unanswered`. Use this field to track and analyze documentation gaps surfaced by user questions the assistant could not resolve.
- **queryCategory**: Classification of the query type (if available)