# `bird sms templates versions languages list`

## Usage

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

## Description

List a version's languages without their text. Each summary includes its revision, content hash, and last update time. Read a language item to retrieve its text.

## Examples

```bash
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 get`](/docs/cli/reference/sms-templates-versions-languages-get) | Get an SMS template version's language |

## 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)
