agents
agents show
Get an agent credential
Returns a single agent credential. Secrets are never included.
Usage
pgbeam agents show <id>Options
| Option | Description | Required | Default |
|---|---|---|---|
<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 --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.