List Voice Calls
gorgias_list_voice_callsList voice call records from Gorgias helpdesk with cursor pagination, optionally filtering by ticket ID to retrieve call history for a specific customer interaction.
Instructions
GET /api/phone/voice-calls — List voice calls, cursor-paginated. Per the Gorgias API spec, this endpoint accepts only cursor, limit, and ticket_id as query parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of voice call records to return per page (1-100, default 30) | |
| cursor | No | Cursor value for pagination (use next_cursor or prev_cursor from a previous response) | |
| ticket_id | No | Filter voice calls belonging to a specific ticket |