Search & Filter Workflow Runs by Label

We are exploring the Label feature in workflows and how it’s used to save inputs (Named Dataclips) for testing and debugging. This is really helpful for setting aside specific edge cases — e.g. “patientId-array” or “bad-input-fri-14” — so you can easily re-run workflows with those inputs later.

What’s missing right now is the ability to search or filter past runs by these labels.

  • If I label an input, I expect to later find all runs that used that input.

  • Currently, run history doesn’t support label search/filtering, which means users must scroll through runs manually.

Proposed Improvement
Add the ability to:

  • Search run history by label keyword (e.g., “array” → see all runs using that labeled input).

  • Filter run history by one or more labels to narrow down results.

  • Show labels clearly in run details alongside metadata like status and timestamp.

Why this matters
This would make labels much more powerful — not only for re-using test inputs but also for:

  • Auditing specific edge cases

  • Running regression tests

  • Avoiding duplicate work across teams

    Current Walk around https://youtu.be/DpmvDtDOAdw

Would love to hear your thoughts