# Pull anomaly alert details using the Vercel CLI

> Source: <https://vercel.com/changelog/pull-anomaly-alert-details-using-the-vercel-cli>
> Published: 2026-05-21 09:00:00+00:00

You can now access anomaly alerts and their details directly through the [Vercel CLI](https://vercel.com/docs/cli).

With the `vercel alerts`

command, you can list all alerts for a team or given project. For each alert, you can view the start time, the type of alert, and whether or not the alert is still active.

With the `--ai`

option, the AI investigation results appear alongside each alert. You and your agent can act on alerts without leaving the terminal.

Available on [Observability Plus](https://vercel.com/docs/observability).

Learn more about `vercel alerts`

in the [CLI documentation](https://vercel.com/docs/cli/alerts).
