# Trace any Vercel request from the CLI

DevFeed: [Trace any Vercel request from the CLI](<https://devfeed.tech/articles/trace-any-vercel-request-from-the-cli-1110.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/trace-any-vercel-request-from-the-cli>)

Author: z0oks

Published: 2026-06-03T00:00:00Z

Content type: release

Language: en

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

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [cURL](<https://devfeed.tech/topics/curl.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [curl](<https://devfeed.tech/tags/curl.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [traces](<https://devfeed.tech/tags/traces.md>), [update](<https://devfeed.tech/tags/update.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel CLI now supports generating OpenTelemetry Session Traces for requests and retrieving the resulting trace data by request ID. The feature is available on all plans.

## Source excerpt

You can now generate Session Traces through the Vercel CLI. Use the new vercel curl --trace command to generate an OpenTelemetry trace to the specified endpoint from the terminal. Use the new vercel traces get command to fetch the generated trace by request ID. Available on all plans. Update the Vercel CLI to the latest version and run vercel curl --trace to get started. Learn more about the vercel curl CLI command. Read more