github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/VoiceEventsApi.md (about) 1 # VoiceEventsApi 2 3 All URIs are relative to *https://insights.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListEvent**](VoiceEventsApi.md#ListEvent) | **Get** /v1/Voice/{CallSid}/Events | 8 9 10 11 ## ListEvent 12 13 > []InsightsV1Event ListEvent(ctx, CallSidoptional) 14 15 16 17 Get a list of Call Insight Events for a Call. 18 19 ### Path Parameters 20 21 22 Name | Type | Description 23 ------------- | ------------- | ------------- 24 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 25 **CallSid** | **string** | The unique SID identifier of the Call. 26 27 ### Other Parameters 28 29 Other parameters are passed through a pointer to a ListEventParams struct 30 31 32 Name | Type | Description 33 ------------- | ------------- | ------------- 34 **Edge** | **string** | The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. 35 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 36 **Limit** | **int** | Max number of records to return. 37 38 ### Return type 39 40 [**[]InsightsV1Event**](InsightsV1Event.md) 41 42 ### Authorization 43 44 [accountSid_authToken](../README.md#accountSid_authToken) 45 46 ### HTTP request headers 47 48 - **Content-Type**: Not defined 49 - **Accept**: application/json 50 51 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 52 [[Back to Model list]](../README.md#documentation-for-models) 53 [[Back to README]](../README.md) 54