list_calls
Retrieve Gong call records with date filtering to access metadata including ID, title, duration, and participants for sales conversation analysis.
Instructions
List Gong calls with optional date filtering. Returns call metadata including ID, title, duration, and participants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromDateTime | No | Start date/time filter in ISO 8601 format (e.g., 2024-01-01T00:00:00Z) | |
| toDateTime | No | End date/time filter in ISO 8601 format (e.g., 2024-01-31T23:59:59Z) | |
| cursor | No | Pagination cursor for fetching next page of results |