# smsInUdrReport

**Type:** GraphQL queries

**Description:**
Query for smsInUdrReport.

## Arguments
- customerId (String): Your customer ID.
- datePeriod (DatePeriod, Not Null): undefined
  - fromIncluded (String): Start date and time of the query (inclusive), e.g., ```2025-03-03T15:00:00.000Z``` (UTC).
  - toExcluded (String): End date and time of the query (exclusive), e.g., ```2025-03-03T15:05:00.000Z``` (UTC).
- filter (SmsInColumnUdrFilters): undefined
  - senderCountryCodeIso3 (ColumnFilter): Filter for the senders country iso3-code.
    - values (String): List of string values to filter by (logical OR).
  - recipientCountryCodeIso3 (ColumnFilter): Filter for the recipients country iso3-code.
    - values (String): List of string values to filter by (logical OR).
  - recipient (ColumnFilter): Filter for the recipient phone number.
    - values (String): List of string values to filter by (logical OR).
  - dataCenter (ColumnFilter): Filter for the data-center.
    - values (String): List of string values to filter by (logical OR).
- page (Int): The requested page index. The first page is 0.
- size (Int): Maximum 10,000 rows per page. For larger reports, please refer to our asynchronous reporting.
- sort (SortDirection): undefined


## Response
**Type:** SmsInUdrQueryResult
**Description:**
Paginated result set for SMS inbound usage detail records.

### Fields
- content (SmsInUdrReportRecord): List of SMS inbound usage detail records.
- pageIndex (Int): Page number of the response, starting at 0.
- pageSize (Int): Page size of the response.
- hasMoreElements (Boolean): Flag indicating if more pages are available.
