mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
693dbc361f
* Fix Vale style warnings across docs from past week of merges Generated-By: mintlify-agent * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
20 lines
631 B
Plaintext
20 lines
631 B
Plaintext
---
|
|
title: "Get assistant caller stats"
|
|
openapi: /analytics.openapi.json GET /v1/analytics/{projectId}/assistant/caller-stats
|
|
keywords: ["analytics", "assistant", "caller", "stats", "export"]
|
|
|
|
---
|
|
|
|
## 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 using `dateFrom` and `dateTo` parameters.
|