List Voice Call Events
gorgias_list_voice_call_eventsRetrieve voice call events with pagination and filtering by call ID. Track discrete occurrences in call lifecycles for analysis or audit.
Instructions
GET /api/phone/voice-call-events — List voice call events, cursor-paginated. Events represent discrete occurrences during the lifecycle of voice calls. Per the Gorgias API spec, this endpoint accepts only cursor, limit, and call_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return per page (1-100, default 30) | |
| cursor | No | Pagination cursor for fetching the next or previous page | |
| call_id | No | Filter events to those belonging to a specific voice call |