v52

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

Get an MDR usage report

Fetch single MDR usage report by id.

get/legacy/reporting/usage_reports/messaging/{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",
    "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"
  }
}