v52

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

List CDR usage reports

Fetch all previous requests for cdr usage reports.

get/legacy/reporting/usage_reports/voice

Query parameters

pageinteger

Page number

per_pageinteger

Size of the page

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"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}