Get available CDR report fields
Retrieves all available fields that can be used in CDR reports
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Available fields retrieved successfully
Available CDR report fields grouped by category
Fields related to call interaction and basic call information
Example:
[
"origination_number",
"terminating_number",
"start_timestamp_utc",
"start_timestamp",
"answer_timestamp",
"end_timestamp",
"direction"
]
Geographic and routing information for phone numbers
Example:
[
"origination_city",
"origination_state",
"origination_lata",
"origination_country",
"terminating_city",
"terminating_state"
]
Technical telephony and call control information
Example:
[
"route",
"connection_id",
"hangup_code",
"pdd",
"tags",
"sip_call_id",
"mos"
]
Cost and billing related information
Example:
[
"billable_time",
"cost",
"rate",
"billing_group_id"
]
JavaScript