v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
CDR Reports

Get available CDR report fields

Retrieves all available fields that can be used in CDR reports

get/legacy/reporting/batch_detail_records/voice/fields

Response

Available fields retrieved successfully

Billingstring[]

Cost and billing related information

Interaction Datastring[]

Fields related to call interaction and basic call information

Number Informationstring[]

Geographic and routing information for phone numbers

Telephony Datastring[]

Technical telephony and call control information

Example response

{
  "Billing": [
    "billable_time",
    "cost",
    "rate",
    "billing_group_id"
  ],
  "Interaction Data": [
    "origination_number",
    "terminating_number",
    "start_timestamp_utc",
    "start_timestamp",
    "answer_timestamp",
    "end_timestamp",
    "direction"
  ],
  "Number Information": [
    "origination_city",
    "origination_state",
    "origination_lata",
    "origination_country",
    "terminating_city",
    "terminating_state"
  ],
  "Telephony Data": [
    "route",
    "connection_id",
    "hangup_code",
    "pdd",
    "tags",
    "sip_call_id",
    "mos"
  ]
}