# `bird sms templates versions`

## Usage

```bash
bird sms templates versions
```

## Description

A workspace template has one editable draft and keeps its published versions immutable. Its
live version is what sends resolve to. A built-in template exposes its current catalogue
content as a synthetic published version. Version reads carry variables and language content.

Reads return JSON; list is paginated.

## Commands

| Name                                                                | Description                           |
| ------------------------------------------------------------------- | ------------------------------------- |
| [`get`](/docs/cli/reference/sms-templates-versions-get)             | Get an SMS template version           |
| [`languages`](/docs/cli/reference/sms-templates-versions-languages) | Read a version's per-language content |
| [`list`](/docs/cli/reference/sms-templates-versions-list)           | List an SMS template's versions       |

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