# TwilioListMessagesRequest

Model ID: `TwilioListMessagesRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `account_sid` | `string` | No |  |  |  | No |  |
| `auth_token` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `date_sent` | `string` | No |  |  |  | Yes |  |
| `date_sent_after` | `string` | No |  |  |  | Yes |  |
| `date_sent_before` | `string` | No |  |  |  | Yes |  |
| `from_` | `string` | No |  |  |  | Yes |  |
| `from_number` | `string` | No |  |  |  | No |  |
| `messaging_service_sid` | `string` | No |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `page_size` | `integer` | No |  |  |  | Yes |  |
| `to` | `string` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
