---
title: "anomalies list"
description: "List anomaly-detection alerts for a project"
canonical: "https://pgbeam.com/docs/cli/anomalies/list"
last-updated: "2026-09-14T19:37:21.000Z"
---

# anomalies list

> List anomaly-detection alerts for a project

URL: https://pgbeam.com/docs/cli/anomalies/list

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

## Options

Option

Description

Required

Default

`--status <value>`

Filter by status: open, acknowledged, or resolved

No

-

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

## Examples

## Output

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