Get Gong Call Statistics
gong_get_call_statsAggregate call statistics for a date range, including total calls, average duration, direction breakdown, and top participants, to support pipeline reviews and rep activity analysis.
Instructions
Get aggregate call statistics for a date range — total calls, average duration, and call breakdown.
Useful for pipeline reviews and rep activity analysis.
Args:
from_date (string): Start date in ISO 8601
to_date (string): End date in ISO 8601
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Total calls, average duration, direction breakdown, and top participants.
Examples:
"How many calls did we have last month?" -> set appropriate from/to dates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | End date in ISO 8601 format | |
| from_date | Yes | Start date in ISO 8601 format | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |