# Job details

The **Job details** window provides information about a specific job - such as its execution status, scheduling parameters, or technical metadata.

To open the **Job details** window, click the **⋮**  icon on the right side of the job row and select **Job details** from the menu.

<figure><img src="/files/0wiyk4a4mGikKKP8p9iC" alt=""><figcaption></figcaption></figure>

The **Job details** window provides:

* General information about the job and its execution status
* Queue status and job priority
* Raw technical details

#### Job information

This section displays general information about the job and its execution status:

* **Job ID**: unique identifier assigned to the job by the system.
* **Job status**: current [status of the job](/data-mover-1.21/jobs/what-is-a-job/job-statuses.md) (e.g., Completed, Running, Error).
* **Contract name**: name of the contract associated with the job.
* **Queue name**: [Job queue](/data-mover-1.21/jobs/job-queues.md) to which the job was assigned for scheduling and execution.
* **Submission date**: date and time when the job was submitted to the system.
* **Last event date**: date and time of the most recent event related to the job, typically corresponding to the end of execution.

#### Queue information

This section shows the queue status and the priority of the job within the queue:

* **Queue status**: it indicates whether the queue is currently enabled or disabled.
* **Priority**: the priority level assigned to the Job within the queue. Higher priority jobs are scheduled before lower priority ones, according to the queue configuration.

#### Raw details

The **Raw details** section contains low‑level technical information primarily intended for advanced users and troubleshooting purposes. These fields provide insight into system events, execution context, and internal processing.


---

# 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/job-details.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.
