---
title: "Get an MDR usage report"
method: GET
path: "/legacy_reporting/usage_reports/messaging/{id}"
tags: ["MDR Usage Reports"]
---

# Get an MDR usage report

`GET /legacy_reporting/usage_reports/messaging/{id}`

Fetch single MDR usage report by id.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful

- MdrGetUsageReportByIdResponse
  - `data` MdrUsageReportResponseLegacy — Legacy V2 MDR usage report response
    - `id` string, uuid — Identifies the resource
    - `start_time` string, date-time
    - `end_time` string, date-time
    - `connections` string[]
    - `aggregation_type` integer — Aggregation type: No aggregation = 0, By Messaging Profile = 1, By Tags = 2
    - `status` integer — Status of the report (Pending = 1, Complete = 2, Failed = 3, Expired = 4)
    - `report_url` string
    - `result` object
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `profiles` string[] — List of messaging profile IDs
    - `record_type` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Report not found
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
