# `bird whatsapp templates versions get`

## Usage

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

## Description

Get one version of a WhatsApp template: its submission state and the languages it carries. This is the level at which content exists.

## Examples

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

## Options

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

## Related

| Name                                                                                                | Description                          |
| --------------------------------------------------------------------------------------------------- | ------------------------------------ |
| [`bird whatsapp templates versions create`](/docs/cli/reference/whatsapp-templates-versions-create) | Create a template draft              |
| [`bird whatsapp templates versions delete`](/docs/cli/reference/whatsapp-templates-versions-delete) | Delete a template's open draft       |
| [`bird whatsapp templates versions list`](/docs/cli/reference/whatsapp-templates-versions-list)     | List a template's versions           |
| [`bird whatsapp templates versions submit`](/docs/cli/reference/whatsapp-templates-versions-submit) | Submit a template version for review |