get_usage_summary
Retrieve usage analytics for VSee telemedicine platform, including visits, unique users, ratings, and call duration, with filtering by account, group, or subscription tier.
Instructions
Get usage summary for a time period, can optionally be filtered by account, group, or subscription. Returns visits, unique counts, ratings, call duration plus distribution breakdowns (subscription tiers, provider platforms, patient platforms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date. Format: ISO date (YYYY-MM-DD) or date math (now-30d, now-1y). Default: now-30d. | |
| endDate | No | End date. Format: ISO date (YYYY-MM-DD) or date math (now). Default: now. | |
| account | No | FILTER: Optional account name to filter data to | |
| group | No | FILTER: Optional group name to filter data to | |
| subscription | No | FILTER: Optional subscription tier to filter data to | |
| groupBy | No | GROUP: Dimension to split/group results by (e.g., "account" to see summaries per account, "group" to see per group) | none |