---
title: "List MDR usage reports"
method: GET
path: "/legacy_reporting/usage_reports/messaging"
tags: ["MDR Usage Reports"]
---

# List MDR usage reports

`GET /legacy_reporting/usage_reports/messaging`

Fetch all previous requests for MDR usage reports.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Successful

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

## Other responses

- `400` — Bad Request

---

[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/revisions/3fdc16374d70/schema)
