Analytics
Get assistant conversations
Returns paginated AI assistant conversation history
GET
Get assistant conversations
Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-workflow-6a1101ac-5-agent-workflows-assis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 thecursor parameter returned in the response. Continue fetching while hasMore is true.
Filtering
Filter conversations by date range usingdateFrom 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
answeredorunanswered. 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)
Authorizations
The Authorization header expects a Bearer token. Use an admin API key (prefixed with mint_). This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
Query Parameters
Date in ISO 8601 or YYYY-MM-DD format
Example:
"2024-01-01"
Date in ISO 8601 or YYYY-MM-DD format. dateTo is an exclusive upper limit. Results include dates before, but not on, the specified date.
Example:
"2024-01-01"
Max results per page
Required range:
1 <= x <= 1000Pagination cursor (ULID format)