InsightsV1CreateInboundPhoneNumbersReport

Create Inbound Phone Numbers Level Report

Create Inbound specific Phone Numbers Report for a specific account with given time range.

post/v2/Voice/Reports/PhoneNumbers/Inbound

Request body

sizeinteger

The number of max available top Phone Numbers to generate.

Example request

{
  "time_range": {
    "start_datetime": "2024-01-01T00:00:00Z",
    "end_datetime": "2024-01-07T00:00:00Z"
  }
}

Response

Created

account_sidstring

The unique SID identifier of the Account.

report_idstring

The report identifier as Voice Insights Report TTID.

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

The status of the report.

urlstring uri nullable

The URL of this resource.

Changes

Changed in 2 of the 3 revisions of this API.45

  • v22ab2d41cf49344See the full diff
    • removed the request property /

      request-property-removed

    • removed the request property /

      request-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • added the new optional request property /

      new-optional-request-property

    • added the new optional request property /

      new-optional-request-property

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added