# `bird sms templates get`

## Usage

```bash
bird sms templates get <template-ref> [flags]
```

## Description

Get one SMS template by its name or id, including its body and the variables it expects. Fetch it before sms_send to see which parameter keys a template send requires.

## Examples

```bash
bird sms templates get <id>
bird sms templates get <id> -f text
# find an id to pass
bird sms templates list
```

## Options

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

## Related

| Name                                                                | Description        |
| ------------------------------------------------------------------- | ------------------ |
| [`bird sms templates list`](/docs/cli/reference/sms-templates-list) | List SMS templates |