bdy distro route get

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

Get route details. Required scopes: DISTRIBUTION_INFO

ARGUMENTS
identifier
Human-readable ID of the distribution (required)
route-id
ID of the route (find via "bdy distro route ls") (required)
OPTIONS
-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

Documentation for bdy v1.23.13

Last modified on Aug 14, 2026

Examples

Get route details (route id from `bdy distro route ls`)
bdy distro route get distro-identifier 12345$