Skip to content
Mintlify
Mintlify
Analytics

Get assistant caller stats

GET/v1/analytics/{projectId}/assistant/caller-stats

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.

Rate limits

This endpoint allows 100 requests per organization per hour. All analytics endpoints share this limit.

Was this page helpful?Suggest editsRaise issue