# Pull anomaly alert details using the Vercel CLI

DevFeed: [Pull anomaly alert details using the Vercel CLI](<https://devfeed.tech/articles/pull-anomaly-alert-details-using-the-vercel-cli-1052.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/pull-anomaly-alert-details-using-the-vercel-cli>)

Author: Julia Shi

Published: 2026-05-21T09:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cli](<https://devfeed.tech/tags/cli.md>), [observability](<https://devfeed.tech/tags/observability.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel CLI can list anomaly alerts and show their status, timing, type, and optional AI investigation results inline.

## Source excerpt

You can now access anomaly alerts and their details directly through the Vercel 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. Learn more about vercel alerts in the CLI documentation. Read more