---
title: "Fetch all Messaging usage reports"
method: GET
path: "/reports/mdr_usage_reports"
tags: ["MDR Usage Reports"]
---

# Fetch all Messaging usage reports

`GET /reports/mdr_usage_reports`

Fetch all messaging usage reports. Usage reports are aggregated messaging data for specified time period and breakdown

## Query parameters

- `page` object
  - `number` integer — Page number
  - `size` integer — Size of the page

## Response `200`

Successful

- ReportingMdrGetUsageReportsResponse
  - `data` MdrUsageReportResponse[]
    - `id` string, uuid — Identifies the resource
    - `start_date` string, date-time
    - `end_date` string, date-time
    - `connections` integer[]
    - `aggregation_type` 'NO_AGGREGATION' | 'PROFILE' | 'TAGS'
    - `status` 'PENDING' | 'COMPLETE' | 'FAILED' | 'EXPIRED'
    - `report_url` string
    - `result` MdrUsageRecord[]
      - `cost` string
      - `direction` string
      - `product` string
      - `connection` string
      - `received` string
      - `delivered` string
      - `currency` string
      - `parts` string
      - `sent` string
      - `profile_id` string
      - `tags` string
      - `message_type` string
      - `tn_type` string
      - `carrier_passthrough_fee` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `profiles` string
    - `record_type` string
  - `meta` ReportingPaginationMeta77109e5d17
    - `total_pages` integer
    - `total_results` integer
    - `page_number` integer
    - `page_size` 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/versions/8f5f4e537994/schema)
