PgBeam Docs
agents

agents show

Get an agent credential

Returns a single agent credential. Secrets are never included.

Usage

pgbeam agents 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 an agent credential
pgbeam agents show

# Output as JSON
pgbeam agents show --json

Output

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

On this page