github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/VoiceMetricsApi.md (about)

     1  # VoiceMetricsApi
     2  
     3  All URIs are relative to *https://insights.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**ListMetric**](VoiceMetricsApi.md#ListMetric) | **Get** /v1/Voice/{CallSid}/Metrics | 
     8  
     9  
    10  
    11  ## ListMetric
    12  
    13  > []InsightsV1Metric ListMetric(ctx, CallSidoptional)
    14  
    15  
    16  
    17  Get a list of Call Metrics 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 ListMetricParams struct
    30  
    31  
    32  Name | Type | Description
    33  ------------- | ------------- | -------------
    34  **Edge** | **string** | The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`.
    35  **Direction** | **string** | The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`.
    36  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
    37  **Limit** | **int** | Max number of records to return.
    38  
    39  ### Return type
    40  
    41  [**[]InsightsV1Metric**](InsightsV1Metric.md)
    42  
    43  ### Authorization
    44  
    45  [accountSid_authToken](../README.md#accountSid_authToken)
    46  
    47  ### HTTP request headers
    48  
    49  - **Content-Type**: Not defined
    50  - **Accept**: application/json
    51  
    52  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    53  [[Back to Model list]](../README.md#documentation-for-models)
    54  [[Back to README]](../README.md)
    55