# `bird sms 10dlc brands submissions get`

## Usage

```bash
bird sms 10dlc brands submissions get <brand-id> <submission-id> [flags]
```

## Description

Get one submission attempt of a 10DLC brand, including the details that were submitted.

## Examples

```bash
bird sms 10dlc brands submissions get <brand-id> <submission-id>
bird sms 10dlc brands submissions get <brand-id> <submission-id> -f text
# find an id to pass
bird sms 10dlc brands submissions list <brand-id>
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                                                  | Description                         |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [`bird sms 10dlc brands submissions create`](/docs/cli/reference/sms-10dlc-brands-submissions-create) | Create a new 10DLC brand submission |
| [`bird sms 10dlc brands submissions list`](/docs/cli/reference/sms-10dlc-brands-submissions-list)     | List 10DLC brand submissions        |