Skip to main content
Filter runs based on their name, state, tags, or other properties with the expression editor in the Runs Table. When you add a filter, you first choose a field (for example, tags, timestamp, or entity). Each field has an underlying type, such as text, time, or ID. The list of operators you see (for example, is, in, ≥, within last) depends on this type. After you choose a field, the UI only shows operators that are valid for that field’s type.

Common operators by type

Filter typeExample fieldsCommon operatorsExample usage
Tagstagsis, is not, in, not intags is "baseline"
Timecreated timestamp≤, ≥, within lastcreated timestamp01/16/2026
Stringstate=, ≠, IN, NOT INstate = "finished"
The above table shows only a subset of available fields and operators. The expression editor shows all available fields and operators.

Create a filter expression

  1. Navigate to the Runs tab from the project sidebar.
  2. Select the Filter button, which looks like a funnel, above the runs table.
  3. From left to right, select a column name, a logical operator, and a filter value to create a filter expression.
  4. Optionally select New Filter to apply additional filters.
The following image filters runs based on loss values less than or equal to 1:
Incorrect predictions filter
The following sections show some examples of how to filter runs in the Runs table.

Example: Filter runs with tags

Filter runs based on their tags:
  1. Click on the Runs tab from the project sidebar.
  2. Select the Filter button, which looks like a funnel, above the runs table.
  3. From left to right, select "Tags" from the dropdown menu select a logic operator.
  4. Select is, is not, in, or not in from the second dropdown menu.
  5. Enter the tag name you want to filter by from the third dropdown menu.
Filter runs by tags

Default filters

By default, W&B provides the following filters:
  • Show only my works: Shows only runs created by the current user.
  • Hide crashed runs: Hides runs with the crashed state.
Default filters appear as toggles below the New filter button in the filter expression editor.

Remove a filter

To remove a filter from the Runs table:
  1. Click on the Filter button, which looks like a funnel, above the runs table.
  2. Select the x icon next to the filter you want to remove.