# `bird realtime apps get`

## Usage

```bash
bird realtime apps get <realtime-app-id> [flags]
```

## Description

Read one Realtime app's configuration and the connection details a client needs (`app_id`, `region`). Key material is never included, so a client that also needs a key reads `listRealtimeAppKeys`.

## Procedure

Step 3 of 3 of "Provision a Realtime app for a client to connect to". Previous: bird realtime apps create.

## Examples

```bash
bird realtime apps get <realtime-app-id>
bird realtime apps get <realtime-app-id> -f text
# find an id to pass
bird realtime apps list
```

## Options

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

## Related

| Name                                                                    | Description           |
| ----------------------------------------------------------------------- | --------------------- |
| [`bird realtime apps create`](/docs/cli/reference/realtime-apps-create) | Create a Realtime app |
| [`bird realtime apps delete`](/docs/cli/reference/realtime-apps-delete) | Delete a Realtime app |
| [`bird realtime apps list`](/docs/cli/reference/realtime-apps-list)     | List Realtime apps    |
| [`bird realtime apps update`](/docs/cli/reference/realtime-apps-update) | Update a Realtime app |