---
title: "List CDR usage reports"
method: GET
path: "/legacy/reporting/usage_reports/voice"
tags: ["CDR Usage Reports"]
---

# List CDR usage reports

`GET /legacy/reporting/usage_reports/voice`

Fetch all previous requests for cdr usage reports.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Successful

- CdrGetUsageReportsResponse
  - `data` CdrUsageReportResponseLegacy[]
    - `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
  - `meta` StandardPaginationMeta
    - `total_pages` integer, required
    - `total_results` integer
    - `page_number` integer, required
    - `page_size` integer

## Other responses

- `400` — Bad Request

---

[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)
