# Expanded search for workflow runs in Vercel Observability

DevFeed: [Expanded search for workflow runs in Vercel Observability](<https://devfeed.tech/articles/expanded-search-for-workflow-runs-in-vercel-observability-926.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/expanded-search-for-workflow-runs-in-vercel-observability>)

Author: Mitul Shah

Published: 2026-07-31T00: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: [deployment](<https://devfeed.tech/tags/deployment.md>), [observability](<https://devfeed.tech/tags/observability.md>), [production](<https://devfeed.tech/tags/production.md>), [search](<https://devfeed.tech/tags/search.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 Observability adds structured search for workflow runs, with filters, suggested values, saved recent searches, and shareable URL-based queries.

## Source excerpt

The runs list for Vercel Workflows in Observability now has structured search, giving you more ways to find and investigate runs. Structured filters: Filter runs by workflow, environment, deployment ID, region, or any custom run attribute. Paste a run ID to pull up that exact run. Smarter suggestions: The search bar suggests filters and values from your project's run data as you type, and recent searches are saved per project. Editable queries: Applied filters appear as removable chips that combine in one query, and the query lives in the URL, so a filtered view can be shared as a link and restores on load. For example, workflow:sendEmail environment:preview region:iad1 pulls up preview runs of one workflow in one region, since the list otherwise shows production runs. Search your runs from the Workflows tab in Vercel Observability. Read more