PgBeam
PgBeam Docs
honeytokens

honeytokens show

Get a honeytoken

Returns a single honeytoken by ID.

Usage

pgbeam honeytokens 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 honeytoken
pgbeam honeytokens show

# Output as JSON
pgbeam honeytokens show --json

Output

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

On this page