---
title: "Create a new legacy usage V2 MDR report request"
method: POST
path: "/legacy/reporting/usage_reports/messaging"
tags: ["MDR Usage Reports"]
---

# Create a new legacy usage V2 MDR report request

`POST /legacy/reporting/usage_reports/messaging`

Creates a new legacy usage V2 MDR report request with the specified filters

## Response `200`

V2 legacy MDR usage report request created successfully

- MdrPostUsageReportResponse
  - `data` MdrUsageReportResponseLegacy — Legacy V2 MDR usage report response
    - `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

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized
- `403` — Forbidden
- `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/revisions/3fdc16374d70/schema)
