---
title: "Fetches all Wdr records"
method: GET
path: "/reports/wdrs"
tags: ["WDR Detail Reports"]
---

# Fetches all Wdr records

`GET /reports/wdrs`

Fetch all Wdr records

## Query parameters

- `start_date` string
- `end_date` string
- `id` string — WDR uuid
- `mcc` string — Mobile country code
- `mnc` string — Mobile network code
- `imsi` string — International mobile subscriber identity
- `sim_group_name` string — Sim group name
- `sim_group_id` string — Sim group unique identifier
- `sim_card_id` string — Sim card unique identifier
- `phone_number` string — Phone number
- `sort` string[] — Field used to order the data. If no field is specified, default value is 'created_at'
- `page` object
  - `number` integer — Page number
  - `size` integer — Size of the page

## Response `200`

Successful

- WirelessPublicExternalWdrGetDetailResponse
  - `data` ExternalWdrDetailRecordDto[]
    - `id` string — WDR id
    - `created_at` string, date-time — Record created time
    - `cost` WirelessCost
      - `amount` string — Final cost. Cost is calculated as rate * unit
      - `currency` 'AUD' | 'CAD' | 'EUR' | 'GBP' | 'USD' — Currency of the rate and cost
    - `mcc` string — Mobile country code.
    - `mnc` string — Mobile network code.
    - `downlink_data` DownlinkData
      - `amount` number — Downlink data
      - `unit` 'B' | 'KB' | 'MB' — Transmission unit
    - `duration_seconds` number — Session duration in seconds.
    - `imsi` string — International mobile subscriber identity.
    - `rate` WirelessRate
      - `amount` string — Rate from which cost is calculated
      - `currency` 'AUD' | 'CAD' | 'EUR' | 'GBP' | 'USD' — Currency of the rate and cost
    - `sim_group_name` string — Defined sim group name
    - `sim_group_id` string — Sim group unique identifier
    - `sim_card_id` string — Sim card unique identifier
    - `phone_number` string — Phone number
    - `uplink_data` UplinkData
      - `amount` number — Uplink data
      - `unit` 'B' | 'KB' | 'MB' — Transmission unit
    - `record_type` string
  - `meta` WirelessPublicPaginationMetaEa8f2ad863
    - `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)
