Files
mintlify__docs/api/analytics/assistant-caller-stats.mdx
mintlify[bot] 693dbc361f Fix Vale style warnings from PRs merged in the last week (#5690)
* 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>
2026-05-07 10:28:17 -07:00

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.