---
title: "Get a list of Call Summaries."
method: GET
path: "/v1/Voice/Summaries"
tags: ["InsightsV1CallSummaries"]
---

# Get a list of Call Summaries.

`GET /v1/Voice/Summaries`

Get a list of Call Summaries.

## Query parameters

- `From` string
- `To` string
- `FromCarrier` string
- `ToCarrier` string
- `FromCountryCode` string
- `ToCountryCode` string
- `VerifiedCaller` boolean
- `HasTag` boolean
- `StartTime` string
- `EndTime` string
- `CallType` string
- `CallState` string
- `Direction` string
- `ProcessingState` 'completed' | 'started' | 'partial' | 'all'
- `SortBy` 'start_time' | 'end_time'
- `Subaccount` string
- `AbnormalSession` boolean
- `AnsweredBy` 'unknown' | 'machine_start' | 'machine_end_beep' | 'machine_end_silence' | 'machine_end_other' | 'human' | 'fax'
- `AnsweredByAnnotation` string
- `ConnectivityIssueAnnotation` string
- `QualityIssueAnnotation` string
- `SpamAnnotation` boolean
- `CallScoreAnnotation` string
- `BrandedEnabled` boolean
- `VoiceIntegrityEnabled` boolean
- `BrandedBundleSid` string
- `BrandedLogo` boolean
- `BrandedType` string
- `BrandedUseCase` string
- `BrandedCallReason` string
- `VoiceIntegrityBundleSid` string
- `VoiceIntegrityUseCase` string
- `BusinessProfileIdentity` string
- `BusinessProfileIndustry` string
- `BusinessProfileBundleSid` string
- `BusinessProfileType` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `call_summaries` InsightsV1CallSummaries[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `call_sid` string, nullable — The unique SID identifier of the Call.
    - `answered_by` 'unknown' | 'machine_start' | 'machine_end_beep' | 'machine_end_silence' | 'machine_end_other' | 'human' | 'fax'
    - `call_type` 'carrier' | 'sip' | 'trunking' | 'client' | 'whatsapp'
    - `call_state` 'ringing' | 'completed' | 'busy' | 'fail' | 'noanswer' | 'canceled' | 'answered' | 'undialed'
    - `processing_state` 'complete' | 'partial'
    - `created_time` string, date-time, nullable — The time at which the Call was created, given in ISO 8601 format. Can be different from `start_time` in the event of queueing due to CPS
    - `start_time` string, date-time, nullable — The time at which the Call was started, given in ISO 8601 format.
    - `end_time` string, date-time, nullable — The time at which the Call was ended, given in ISO 8601 format.
    - `duration` integer, nullable — Duration between when the call was initiated and the call was ended
    - `connect_duration` integer, nullable — Duration between when the call was answered and when it ended
    - `from` unknown
    - `to` unknown
    - `carrier_edge` unknown
    - `client_edge` unknown
    - `sdk_edge` unknown
    - `sip_edge` unknown
    - `tags` string[], nullable — Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality.
    - `url` string, uri, nullable — The URL of this resource.
    - `attributes` unknown
    - `properties` unknown
    - `trust` unknown
    - `annotation` unknown
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/insights-v1.md) · [All operations](https://skmtc.net/twilio/apis/insights-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/insights-v1/versions/db53a4ab26fb/schema)
