PgBeam Docs
anomalies

anomalies list

List anomaly-detection alerts for a project

List anomaly-detection alerts for the linked project. Shows each alert's ID, severity, kind, title, status, and creation time. Use --status to filter by open, acknowledged, or resolved alerts.

Usage

pgbeam anomalies list [flags]

Options

OptionDescriptionRequiredDefault
--status <value>Filter by status: open, acknowledged, or resolvedNo-

Global options

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

Examples

# List anomaly alerts
pgbeam anomalies list

# List only open alerts
pgbeam anomalies list --status open

# List as JSON
pgbeam anomalies list --json

Output

Displays a table with columns: ID, Severity, Kind, Title, Status, and Created. With --json, returns the full list of anomaly alerts.

On this page