# Pull anomaly alert details using the Vercel CLI

**Published:** May 21, 2026 | **Authors:** Julia Shi

---

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.

![vercel-alerts-light](//images.ctfassets.net/e5382hct74si/7vutadreVqzFYg85alqvVw/7b6da92d6d521f7108135920dc0ebab3/image__5_.png)

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

```bash
vercel alerts --ai
```

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

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

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)