Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
CDR detailed report request data
Request object for CDR detailed report
Start time in ISO format
"2024-02-01T00:00:00Z"
End time in ISO format
"2024-02-12T23:59:59Z"
Timezone for the report
"UTC"
List of call types to filter by (Inbound = 1, Outbound = 2)
[1, 2]List of record types to filter by (Complete = 1, Incomplete = 2, Errors = 3)
[1, 2]List of connections to filter by
[123, 456]Name of the report
"My CDR Report"
Source of the report. Valid values: calls (default), call-control, fax-api, webrtc
"calls"
Whether to include all metadata
true
List of filters to apply
Set of fields to include in the report
["call_leg_id", "start_time", "end_time"]List of managed accounts to include
[
"f47ac10b-58cc-4372-a567-0e02b2c3d479",
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
]Whether to select all managed accounts
false
Response
CDR report request created successfully
Response object for CDR detailed report