Yes — that matches the current behavior in the V2 UI.
What’s happening
- The
Flow page is scoped to the
flow, not to an individual deployment.
- If a flow has multiple deployments, the flow view aggregates runs across all of them.
- There isn’t currently a deployment-scoped “flow view” for just one deployment within that page.
What you can do instead
- Open the
Deployment page for the deployment you care about.
- That view
is scoped to the specific deployment and its runs.
So the practical navigation is:
1. Open the flow
2. Go to the
Deployments tab
3. Click the specific deployment
4. Use that deployment page to inspect only its runs
Important limitation
- There’s no current UI control or URL pattern in the V2 flow page to filter that page down to a single deployment.
If helpful, I can also:
- check whether there’s already an open GitHub issue/discussion for this limitation, or
- suggest a clean feature request phrasing you can post.
Relevant repo:
Prefect GitHub