I need to find-out the total minutes an assistant used Vapi. When I call the /call/?assistantId there are several minutes which is confusing.
k
Kings_big💫
04/19/2025, 7:43 AM
To get total minutes used by a Vapi assistant, fetch all calls via /call/?assistantId, sum the durationSeconds values, and divide by 60, ensure to handle pagination if needed.