list_calls
Retrieve Gong call details including ID, title, timings, participants, and duration. Filter results by date range using ISO format for start and end times.
Instructions
List Gong calls with optional date range filtering. Returns call details including ID, title, start/end times, participants, and duration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fromDateTime | No | Start date/time in ISO format (e.g. 2024-03-01T00:00:00Z) | |
toDateTime | No | End date/time in ISO format (e.g. 2024-03-31T23:59:59Z) |