# `bird email templates versions get`

## Usage

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

## Description

Read one version of a template: its lifecycle metadata (`status`, `version_number`, `published_at`), the content it froze in every language, and the `variables` that content expects at send time.

## Examples

```bash
bird email templates versions get <template-id> <version-id>
bird email templates versions get <template-id> <version-id> -f text
# find an id to pass
bird email templates versions list <template-id>
```

## Options

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

## Related

| Name                                                                                              | Description                      |
| ------------------------------------------------------------------------------------------------- | -------------------------------- |
| [`bird email templates versions delete`](/docs/cli/reference/email-templates-versions-delete)     | Discard the draft's changes      |
| [`bird email templates versions list`](/docs/cli/reference/email-templates-versions-list)         | List email template versions     |
| [`bird email templates versions rollback`](/docs/cli/reference/email-templates-versions-rollback) | Roll back an email template      |
| [`bird email templates versions submit`](/docs/cli/reference/email-templates-versions-submit)     | Submit an email template version |