# Logs filtering for Vercel Workflows now available

DevFeed: [Logs filtering for Vercel Workflows now available](<https://devfeed.tech/articles/logs-filtering-for-vercel-workflows-now-available-1003.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/logs-filtering-for-vercel-workflows-now-available>)

Author: Karthik Kalyanaraman

Published: 2026-04-14T16: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>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

Vercel Workflows now supports filtering logs by Workflow Run ID and Workflow Step ID from the Logs dashboard.

## Source excerpt

Workflow run log filtering is now supported on Vercel, making it easy to view all logs associated with a workflow run in one place instead of piecing them together across individual requests. You can use the "View Logs" button from the workflow run details page to jump directly into the Logs tab. From there, filter logs using the Workflow Run ID and Workflow Step ID to quickly find logs for specific runs or steps. Workflow runs on Vercel already provide run-level observability, including step progression, payloads, outputs, and performance metrics. With this addition, you can now also access all related logs directly from the familiar Vercel Logs dashboard. Learn more about the Workflow SDK. Read more