# AI Gateway logs now have a dedicated page

DevFeed: [AI Gateway logs now have a dedicated page](<https://devfeed.tech/articles/ai-gateway-logs-now-have-a-dedicated-page-800.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/ai-gateway-logs>)

Author: Jerilyn Zheng

Published: 2026-07-31T00:00:00Z

Content type: release

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [CSV](<https://devfeed.tech/topics/csv.md>), [JSON](<https://devfeed.tech/topics/json.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [cache](<https://devfeed.tech/tags/cache.md>), [cost](<https://devfeed.tech/tags/cost.md>), [json](<https://devfeed.tech/tags/json.md>), [logs](<https://devfeed.tech/tags/logs.md>), [model](<https://devfeed.tech/tags/model.md>), [routing](<https://devfeed.tech/tags/routing.md>), [time](<https://devfeed.tech/tags/time.md>)

## AI overview

Vercel AI Gateway now provides a dedicated Logs page for inspecting team and project requests, including cost, token usage, duration, model, provider, region, routing, filtering, search, chart-based time ranges, and CSV or JSON export. Request details include token categories, time to first token, retention and region settings, and provider fallback attempts with failure reasons.

## Source excerpt

AI Gateway now has a dedicated Logs page listing every request your team sends through the gateway, newest first, with cost, token counts, duration, and the model, provider, and region that served it. Open any request to see how it was routed. It's available at the team scope and per project. Filter and search Filter by provider, model, modality, credentials, or status, or search by model, provider, or request ID to jump straight to one request. Every filter is stored in the URL, so you can share a filtered view by copying the address. A chart above the table shows request counts over the selected range, and you can drag across it to zoom into a narrower window. You can also export the current view as CSV or JSON, with your filters applied. Drill into a request Click any row to open its details next to the list: total cost, a token breakdown across input, output, reasoning, and cache reads and writes, duration, time to first token, and whether Zero Data Retention and region restrictions were applied. The fallback path lists every provider attempt for the request in order. Each attempt shows the model, provider, status code, credentials, and how long it took, and failed attempts include the reason, such as a provider timeout or an exhausted routing budget. To learn more about AI Gateway logs, read the documentation. Read more