# `bird whatsapp templates versions languages get`

## Usage

```bash
bird whatsapp templates versions languages get <template-ref> <version-id> <language> [flags]
```

## Description

Get one language of one WhatsApp template version: its content blocks, what this version's submission did with it, and Meta's review outcome and category for it.

## Examples

```bash
bird whatsapp templates versions languages get <template-ref> <version-id> <language>
bird whatsapp templates versions languages get <template-ref> <version-id> <language> -f text
# the language to pass comes from
bird whatsapp templates versions languages list <template-ref> <version-id>
```

## Options

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

## Related

| Name                                                                                                                      | Description                                                 |
| ------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [`bird whatsapp templates versions languages delete`](/docs/cli/reference/whatsapp-templates-versions-languages-delete)   | Delete a language from the draft                            |
| [`bird whatsapp templates versions languages discard`](/docs/cli/reference/whatsapp-templates-versions-languages-discard) | Discard a language's draft edits back to its submitted copy |
| [`bird whatsapp templates versions languages list`](/docs/cli/reference/whatsapp-templates-versions-languages-list)       | List a version's languages                                  |
| [`bird whatsapp templates versions languages set`](/docs/cli/reference/whatsapp-templates-versions-languages-set)         | Write one language of a WhatsApp template's draft           |