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

     1  # VoiceSummariesApi
     2  
     3  All URIs are relative to *https://insights.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**ListCallSummaries**](VoiceSummariesApi.md#ListCallSummaries) | **Get** /v1/Voice/Summaries | 
     8  
     9  
    10  
    11  ## ListCallSummaries
    12  
    13  > []InsightsV1CallSummaries ListCallSummaries(ctx, optional)
    14  
    15  
    16  
    17  Get a list of Call Summaries.
    18  
    19  ### Path Parameters
    20  
    21  This endpoint does not need any path parameter.
    22  
    23  ### Other Parameters
    24  
    25  Other parameters are passed through a pointer to a ListCallSummariesParams struct
    26  
    27  
    28  Name | Type | Description
    29  ------------- | ------------- | -------------
    30  **From** | **string** | A calling party. Could be an E.164 number, a SIP URI, or a Twilio Client registered name.
    31  **To** | **string** | A called party. Could be an E.164 number, a SIP URI, or a Twilio Client registered name.
    32  **FromCarrier** | **string** | An origination carrier.
    33  **ToCarrier** | **string** | A destination carrier.
    34  **FromCountryCode** | **string** | A source country code based on phone number in From.
    35  **ToCountryCode** | **string** | A destination country code. Based on phone number in To.
    36  **Branded** | **bool** | A boolean flag indicating whether or not the calls were branded using Twilio Branded Calls.
    37  **VerifiedCaller** | **bool** | A boolean flag indicating whether or not the caller was verified using SHAKEN/STIR.
    38  **HasTag** | **bool** | A boolean flag indicating the presence of one or more [Voice Insights Call Tags](https://www.twilio.com/docs/voice/voice-insights/api/call/details-call-tags).
    39  **StartTime** | **string** | A Start time of the calls. xm (x minutes), xh (x hours), xd (x days), 1w, 30m, 3d, 4w or datetime-ISO. Defaults to 4h.
    40  **EndTime** | **string** | An End Time of the calls. xm (x minutes), xh (x hours), xd (x days), 1w, 30m, 3d, 4w or datetime-ISO. Defaults to 0m.
    41  **CallType** | **string** | A Call Type of the calls. One of `carrier`, `sip`, `trunking` or `client`.
    42  **CallState** | **string** | A Call State of the calls. One of `ringing`, `completed`, `busy`, `fail`, `noanswer`, `canceled`, `answered`, `undialed`.
    43  **Direction** | **string** | A Direction of the calls. One of `outbound_api`, `outbound_dial`, `inbound`, `trunking_originating`, `trunking_terminating`.
    44  **ProcessingState** | **string** | A Processing State of the Call Summaries. One of `completed`, `partial` or `all`.
    45  **SortBy** | **string** | A Sort By criterion for the returned list of Call Summaries. One of `start_time` or `end_time`.
    46  **Subaccount** | **string** | A unique SID identifier of a Subaccount.
    47  **AbnormalSession** | **bool** | A boolean flag indicating an abnormal session where the last SIP response was not 200 OK.
    48  **AnsweredBy** | **string** | An Answered By value for the calls based on `Answering Machine Detection (AMD)`. One of `unknown`, `machine_start`, `machine_end_beep`, `machine_end_silence`, `machine_end_other`, `human` or `fax`.
    49  **AnsweredByAnnotation** | **string** | Either machine or human.
    50  **ConnectivityIssueAnnotation** | **string** | A Connectivity Issue with the calls. One of `no_connectivity_issue`, `invalid_number`, `caller_id`, `dropped_call`, or `number_reachability`.
    51  **QualityIssueAnnotation** | **string** | A subjective Quality Issue with the calls. One of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`.
    52  **SpamAnnotation** | **bool** | A boolean flag indicating spam calls.
    53  **CallScoreAnnotation** | **string** | A Call Score of the calls. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for the rated call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
    54  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
    55  **Limit** | **int** | Max number of records to return.
    56  
    57  ### Return type
    58  
    59  [**[]InsightsV1CallSummaries**](InsightsV1CallSummaries.md)
    60  
    61  ### Authorization
    62  
    63  [accountSid_authToken](../README.md#accountSid_authToken)
    64  
    65  ### HTTP request headers
    66  
    67  - **Content-Type**: Not defined
    68  - **Accept**: application/json
    69  
    70  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    71  [[Back to Model list]](../README.md#documentation-for-models)
    72  [[Back to README]](../README.md)
    73