# `bird whatsapp templates versions languages list`

## Usage

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

## Description

List the languages one WhatsApp template version carries, with each language's review outcome at Meta and a content hash to tell which ones actually differ before fetching any of them. Use `bird whatsapp templates versions languages get` for a single language's content blocks.

## Examples

```bash
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 get`](/docs/cli/reference/whatsapp-templates-versions-languages-get)         | Get a version's language                                    |
| [`bird whatsapp templates versions languages set`](/docs/cli/reference/whatsapp-templates-versions-languages-set)         | Write one language of a WhatsApp template's draft           |