# `bird contact-properties get`

## Usage

```bash
bird contact-properties get <property-id> [flags]
```

## Description

Get a single contact property by ID: key, type, fallback value, and archived state.

## Examples

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

## Options

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

## Related

| Name                                                                                    | Description                                 |
| --------------------------------------------------------------------------------------- | ------------------------------------------- |
| [`bird contact-properties archive`](/docs/cli/reference/contact-properties-archive)     | Archive a contact property                  |
| [`bird contact-properties create`](/docs/cli/reference/contact-properties-create)       | Define a custom contact property.           |
| [`bird contact-properties list`](/docs/cli/reference/contact-properties-list)           | List contact properties                     |
| [`bird contact-properties unarchive`](/docs/cli/reference/contact-properties-unarchive) | Unarchive a contact property                |
| [`bird contact-properties update`](/docs/cli/reference/contact-properties-update)       | Update a contact property's fallback value. |