CDR Usage Reports
Get a CDR usage report
Fetch single cdr usage report by id.
get/legacy/reporting/usage_reports/voice/{id}
Path parameters
idstring uuid required
Unique identifier of the resource.
Response
Successful
Example response
{
"data": {
"connections": [
"1234567890",
"9876543210"
],
"created_at": "2018-02-02T22:25:27.521Z",
"end_time": "2018-02-02T22:25:27.521Z",
"record_type": "cdr_usage_report",
"report_url": "http://portal.telnyx.com/downloads/report_name_8hvb45Gu.csv",
"start_time": "2018-02-02T22:25:27.521Z",
"updated_at": "2018-02-02T22:25:27.521Z"
}
}