github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/AccountsCallsEventsApi.md (about) 1 # AccountsCallsEventsApi 2 3 All URIs are relative to *https://api.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListCallEvent**](AccountsCallsEventsApi.md#ListCallEvent) | **Get** /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json | 8 9 10 11 ## ListCallEvent 12 13 > []ApiV2010CallEvent ListCallEvent(ctx, CallSidoptional) 14 15 16 17 Retrieve a list of all 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 ListCallEventParams struct 30 31 32 Name | Type | Description 33 ------------- | ------------- | ------------- 34 **PathAccountSid** | **string** | The unique SID identifier of the Account. 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 [**[]ApiV2010CallEvent**](ApiV2010CallEvent.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