# get

## Usage

```bash
bdy distro route get [options] <identifier> <route-id>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Human-readable ID of the distribution (required) |
| `route-id` | ID of the route (find via "bdy distro route ls") (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `--scope <scope>` | Force scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables (--project, BUDDY_PROJECT, linked project) |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `--format <text|json>` | Output format: json, text. Default: text |
| `-h, --help` | display help for command |

## Examples

### Get route details (route id from `bdy distro route ls`)

```bash
bdy distro route get distro-identifier 12345
```


---
Original source: https://buddy.works/docs/cli/distro/route/get