Dhina
11/20/2025, 4:28 PMVapi Support Bot
11/20/2025, 4:29 PMSubscription.minutesUsed field. Here’s an example of how you might do this using a REST API call:
http
GET /api/subscriptions/{subAccountId}
Look for the minutesUsed field in the response. This value represents the total minutes used for the current billing period.
Note: For monthly tracking, repeat this query at the start of each billing cycle.
For more details, see the documentation I have found.
Source:
- [Changelog November 11, 2024](https://docs.vapi.ai/changelog/2024/11/11)