# `bird sms templates versions languages get`

## Usage

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

## Description

Read one language's full text, revision, content hash, and update time from a draft, published version, or built-in template's synthetic version.

## Examples

```bash
bird sms templates versions languages get <template-ref> <version-id> <language>
bird sms templates versions languages get <template-ref> <version-id> <language> -f text
# the language to pass comes from
bird sms 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 sms templates versions languages list`](/docs/cli/reference/sms-templates-versions-languages-list) | List an SMS template version's languages |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
