v53

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
MDR Usage Reports

List MDR usage reports

Fetch all previous requests for MDR usage reports.

get/legacy/reporting/usage_reports/messaging

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",
      "profiles": [
        "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "7d4e3f8a-9b2c-4e1d-8f5a-1a2b3c4d5e6f"
      ],
      "record_type": "mdr_usage_report_v2_legacy",
      "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
  }
}