---
title: "List Outbound Phone Numbers Level Reports"
method: GET
path: "/v2/Voice/Reports/PhoneNumbers/Outbound/{reportId}"
tags: ["InsightsV1GetOutboundPhoneNumbersReport"]
---

# List Outbound Phone Numbers Level Reports

`GET /v2/Voice/Reports/PhoneNumbers/Outbound/{reportId}`

Get Outbound Phone Numbers Level Report for the given Report Id.

## Path parameters

- `reportId` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `reports` InsightsV2OutboundPhoneNumberReport[]
    - `handle` string — The outbound phone number handle.
    - `total_calls` integer — Total number of outbound calls made with the given handle during the report period.
    - `call_answer_score` number, float — The call answer score measures customers behavior to the delivered calls. The score is a value between 0 and 100, where 100 indicates that all calls were successfully answered.
    - `calls_by_device_type` object — Number of calls made with each device type. `voip`, `mobile`, `landline`, `unknown`
    - `answer_rate_device_type` object — Answer rate for each device type. `voip`, `mobile`, `landline`, `unknown`
    - `call_state_percentage` object — Percentage of calls made in each state.
      - `completed` number, float — Percentage of completed outbound calls.
      - `fail` number, float — Percentage of failed outbound calls.
      - `busy` number, float — Percentage of busy outbound calls.
      - `noanswer` number, float — Percentage of no-answer outbound calls.
      - `canceled` number, float — Percentage of canceled outbound calls.
    - `blocked_calls_by_carrier` CountyCarrierValue[] — Percentage of blocked calls by carrier per country.
      - `country` string
      - `carriers` object[]
        - `carrier` string — The name of the carrier.
        - `total_calls` integer — Total number of outbound calls for the carrier in the country.
        - `blocked_calls` integer — Total number of blocked outbound calls for the carrier in the country.
        - `blocked_calls_percentage` number, float — Percentage of blocked outbound calls for the carrier in the country.
    - `silent_calls_percentage` number, float — Percentage of calls with silence tags over total calls. A silent tag is indicative of a connectivity issue or muted audio.
    - `short_duration_calls_percentage` number, float — Percentage of completed outbound calls under 10 seconds (PSTN Short call tags); More than 15% is typically low trust measured.
    - `long_duration_calls_percentage` number, float — Percentage of long duration calls ( >= 60 seconds)
    - `potential_robocalls_percentage` number, float — Percentage of completed outbound calls to unassigned or unallocated phone numbers.
    - `answering_machine_detection` object — Number of calls made in answering machine detection (AMD) enabled.
      - `total_calls` integer — Total number of calls with answering machine detection (AMD) enabled.
      - `answered_by_human_percentage` number, float — Percentage of calls marked as answered by human.
      - `answered_by_machine_percentage` number, float — Percentage of calls marked as answered by machined related like the following: `machine_start`, `machine_end_beep`, `machine_end_silence`, `machine_end_other`, `fax`
  - `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-v2.md) · [All operations](https://skmtc.net/twilio/apis/insights-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/insights-v2/versions/2ab2d41cf493/schema)
