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

# List Inbound Phone Numbers Level Reports

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

Get Inbound Phone Numbers Level Reports for the given Report Id.

## Path parameters

- `reportId` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `reports` InsightsV2InboundPhoneNumberReport[]
    - `handle` string — Inbound phone number handle represented in the report.
    - `total_calls` integer — Total number of 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.
    - `call_state_percentage` object — Percentage of calls made in each state.
      - `completed` number, float — Percentage of completed inbound calls.
      - `fail` number, float — Percentage of failed inbound calls.
      - `busy` number, float — Percentage of busy inbound calls.
      - `noanswer` number, float — Percentage of no-answer inbound calls.
      - `canceled` number, float — Percentage of canceled inbound calls.
    - `silent_calls_percentage` number, float — Percentage of inbound calls with silence tags over total outbound calls. A silent tag is indicative of a connectivity issue or muted audio.
  - `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/revisions/2ab2d41cf493/schema)
