agents
agents list
List agent credentials
Lists agent credentials for the project. Secrets are never returned.
Usage
pgbeam agents list [flags]Options
| Option | Description | Required | Default |
|---|---|---|---|
--limit <value> | Maximum number of items (1-100) | No | - |
--all | Fetch every page | No | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --no-trunc, --debug) are
also available on this command.
Examples
# List agent credentials
pgbeam agents list
# Output as JSON
pgbeam agents list --jsonOutput
Renders a human-readable table or detail view by default; pass --json for the raw API response.