# Filter jobs

The **Filters** panel, displayed on the right side of the **Jobs** page, allows you to refine the job list by applying multiple criteria. Filters can be combined to narrow down the displayed jobs to those matching specific attributes.

Selected filters are applied only when you click **Apply**.

**Clear all** removes all selected filters and resets the filter panel to its default status.

{% hint style="warning" %}
**Note:** Filters remain active until they are cleared manually using **Clear all** or updated through the **Filters** panel. \
Navigating to a different page within Data Mover clears the filters; when you return to the **Jobs** page, the default filter is applied.
{% endhint %}

These filtering criteria are available:

* **Time Slot**: allows you to filter jobs based on their **execution timeframe**. Available options:
  * 🚀 **None**: displays jobs created or updated within the last 15 days. This is the default value but a different value can be configured. See the [How to... tune Data One data retention](/data-mover-1.21/how-to.../...-tune-data-one-data-retention.md#executed-file-transfer-job-instance-retention-tuning) page.&#x20;
  * **1H, 4H, 8H, 12H**: displays jobs created or updated within the selected number of hours.
  * **Custom**: allows defining a custom time range.
* **Job ID**: filters the list by a specific **Job ID**. Use this field to quickly locate an individual job when the ID is known.
* **Search Queue Name**: filters jobs by **queue name**. This field is case-sensitive. Multiple ID’s must be separated by commas. Only jobs assigned to the selected queue will be displayed.&#x20;
* **Search Contract Name**: filters jobs by **contract name**. This field is case-sensitive. Only jobs related to a specific contract will be displayed.
* **Select Queue Status**: restricts the list to jobs associated with **queues in the selected status**: enabled, disabled, deleted.&#x20;
* **Select Workflows**: filters jobs by **workflow template**. Use this option to display only jobs executed using the selected workflow templates.
* **Revision**: filters jobs by **workflow template revision**. This is useful in environments where multiple versions of the same workflow template are deployed and tracked. This drop-down filter is active only when a workflow has been selected.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-mover-1.21/jobs/manage-jobs/filter-jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
