PgBeam
PgBeam Docs
policies

policies show

Get a policy profile

Returns a single policy profile by ID.

Usage

pgbeam policies show <id>

Options

OptionDescriptionRequiredDefault
<id>Yes-

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --no-trunc, --debug) are also available on this command.

Examples

# Get a policy profile
pgbeam policies show

# Output as JSON
pgbeam policies show --json

Output

Renders a human-readable table or detail view by default; pass --json for the raw API response.

On this page