v4

latestOpenAPI 3.0.1raw.githubusercontent.com2026-04-1461776.9 KB
InsightsV1GetAccountReport

Fetch Voice Insights Account Level Report

Get Account Level Report for the given Report Id.

get/v2/Voice/Reports/{reportId}

Path parameters

reportIdstring required

A unique request id.

Response

OK

account_sidstring

The unique SID identifier of the Account.

report_idstring

The account level report identifier as Voice Insights Report TTID.

status'created' | 'running' | 'completed'

The status of the report.

urlstring uri nullable

The URL of this resource.

Example response

{
  "report": {
    "twilio_edge_location": {
      "ashburn": 1500,
      "umatilla": 1200,
      "sydney": 800
    },
    "caller_country_code": {
      "US": 2000,
      "AU": 500
    },
    "callee_country_code": {
      "US": 2000,
      "AU": 500
    }
  }
}