list_calls
List Gong calls with optional date filtering to retrieve key metadata like ID, title, date, and duration. Use pagination to navigate through large result sets.
Instructions
List Gong calls with optional date filtering. Returns minimal call metadata (ID, title, date, duration). Use get_call_summary for details or get_call_transcript for full transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor for fetching next page of results | |
| toDateTime | No | End date/time filter in ISO 8601 format (e.g., 2024-01-31T23:59:59Z). Must be after fromDateTime if both specified. | |
| workspaceId | No | Filter calls by workspace ID (numeric string up to 20 digits) | |
| fromDateTime | No | Start date/time filter in ISO 8601 format (e.g., 2024-01-01T00:00:00Z). Must be before toDateTime if both specified. |