# Manage jobs

The list of all contracts is available by going to **Monitoring** → **Jobs**.&#x20;

This page provides a centralized view of all workflow executions (jobs) and allows you to monitor their status and inspect details.

🚀 The **Jobs** page also displays jobs related to the [JMS Connector](/data-mover-1.21/transfer-protocols-and-connectors/jms-connector.md) feature.&#x20;

<figure><img src="/files/j5PBOBJX7Ho1fDxjbcEb" alt=""><figcaption></figcaption></figure>

This information is displayed in each column:

* **Job ID**: unique identifier assigned to the job at creation time.
* **Job status**: current execution state of the job (e.g., Running, Completed, Error).
* **Contract name**: name of the contract associated with the workflow execution.
* **Queue name**: name of the job queue used for scheduling and prioritizing execution. These icons show the Queue status - hovering the mouse over the icon, a tooltip appears:
  * <img src="https://files.readme.io/bdbaaaa-enabled_jobs_icon.png" alt="" data-size="line"> Enabled
  * <img src="https://files.readme.io/7f223a1-disabled_jobs_icon.png" alt="" data-size="line"> Disabled
  * <img src="https://files.readme.io/44a2e4c-scheduled_jobs_icon.png" alt="" data-size="line"> Scheduled
  * ![](https://files.readme.io/dc228f2-deleted_jobs_icon_1.svg) Deleted queue for jobs in status Completed, Error or Aborted
  * ![](https://files.readme.io/78d5d16-deleted_jobs_icon_2.svg) Deleted queue for jobs in status Submitted or Suspended
* **Submission date**: date and time when the job was submitted.
* **Last event date**: date and time of the most recent event related to the job (e.g., status changed, step completion).
* **⋮**  opens the contextual menu to view [job details](/data-mover-1.21/jobs/manage-jobs/job-details.md), the [workflow instance](/data-mover-1.21/monitoring/jobs/job-monitoring/workflow-instance-option.md) and the [dataflow](/data-watcher-1.21/monitor/dataflow-inquiry.md) in Data Watcher.

Columns can be sorted alphabetically or chronologically, in either ascending or descending order, by clicking the ![](/files/cbPQwckP9gd9XkdO19ll) icon. The column where the sort is applied displays the  ![](/files/zPgQ8dqhAvrPvypictFb)  icon for ascending order and the icon  ![](/files/EYrRFSYF9Xrt0c0mq5IS)  for descending order.

Refer to the following pages for a complete overview of these features:

* [Filtering jobs](/data-mover-1.21/jobs/manage-jobs/filter-jobs.md)
* [Job status tiles](/data-mover-1.21/jobs/manage-jobs/job-status-tiles.md)
* [Job details window](/data-mover-1.21/jobs/manage-jobs/job-details.md)
* [Workflow instance option](/data-mover-1.21/monitoring/jobs/job-monitoring/workflow-instance-option.md)&#x20;
* [View dataflow in Data Watcher](/data-watcher-1.21/monitor/dataflow-inquiry.md)


---

# 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.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.
