Get assistant caller stats
Returns a breakdown of assistant query counts by caller type (web, API, and other) for the specified date range.
Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-a840f9ae.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Use this endpoint to see how the system distributes assistant queries across different caller types. The response breaks down total queries into:- web: Queries from the documentation site
- api: Queries from direct API calls
- other: Queries from other sources (for example, integrations, SDKs)
- total: Sum of all query types
Filtering
Filter by date range usingdateFrom and dateTo parameters.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
"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.
"2024-01-01"
Response
Assistant query counts broken down by caller type
Number of assistant queries originating from the web (documentation site).
Number of assistant queries originating from API calls.
Number of assistant queries from other sources (e.g., integrations, SDKs).
Total assistant queries across all caller types.