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

# Create a new legacy usage V2 CDR report request

`POST /legacy/reporting/usage_reports/voice`

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

## Response `200`

V2 legacy CDR usage report request created successfully

- CdrPostUsageReportResponse
  - `data` CdrUsageReportResponseLegacy — Legacy V2 CDR 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: All = 0, By Connections = 1, By Tags = 2, By Billing Group = 3
    - `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
    - `record_type` string
    - `product_breakdown` integer — Product breakdown type: No breakdown = 0, DID vs Toll-free = 1, Country = 2, DID vs Toll-free per Country = 3

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

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