> ## Documentation Index
> Fetch the complete documentation index at: https://unstructured-53-docs-245-multimodal.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Jobs

## Jobs dashboard

<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Jobs-Sidebar.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=53afa7934424e5172b8d0a4c67eb1a5f" alt="Jobs in the sidebar" width="81" height="401" data-path="img/ui/Jobs-Sidebar.png" />

To view the jobs dashboard, on the sidebar, click **Jobs**.

The jobs dashboard provides a centralized view for managing and monitoring the execution of data processing tasks within your workflows.

The jobs dashboard lists each job and its associated **Status**, **Job ID**, **Created** date and time, **Workflow** name, and **Runtime** duration.

Each job's status, shown in the **Status** column, can be:

<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Job-Pending.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=5ab02fe4bafecdb2b66b51a2c86823f4" alt="Pending job icon" width="28" height="32" data-path="img/ui/Job-Pending.png" /> **Pending**: The job's data is currently not attempting to be processed.
<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Job-In-Progress.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=2e6b57f2b63a8870b4aa076759dd3e9f" alt="In-progress job icon" width="32" height="28" data-path="img/ui/Job-In-Progress.png" /> **In Progress**: The job's data is attempting to be processed.
<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Job-Finished-Fully.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=43cf0a5c5543a58f90c60e303157f2d0" alt="Fully finished job icon" width="30" height="34" data-path="img/ui/Job-Finished-Fully.png" /> **Finished**: 100% of the job's data has been successfully processed.
<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Job-Finished-Partially.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=b3b6379a6463036c980af7b9a3769390" alt="Partially finished job icon" width="28" height="32" data-path="img/ui/Job-Finished-Partially.png" /> **Finished**: 90% to 99% of the job's data has been sucessfully processed.
<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Job-Failed.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=1dda16df90a9250498771dafdfdeebf2" alt="Failed job icon" width="28" height="28" data-path="img/ui/Job-Failed.png" /> **Failed**: Less than 90% of the job's data has been successfully processed.

## Run a job

<Warning>
  You must first have an existing workflow to run a job against.

  If you do not have an existing workflow, stop. [Create a workflow](/ui/workflows#create-a-workflow), and then return here.

  To see your existing workflows, on the sidebar, click **Workflows**.
</Warning>

To run a job, on the sidebar, click **Workflows**, and then click **Run** in the row for the workflow that you want to run.

## Monitor a job

<img src="https://mintcdn.com/unstructured-53-docs-245-multimodal/QEk-0zq_pkQUSGu-/img/ui/Job-Complete.png?fit=max&auto=format&n=QEk-0zq_pkQUSGu-&q=85&s=b98624a5230ccdfb13c0030dd43242c8" alt="Completed job" width="371" height="575" data-path="img/ui/Job-Complete.png" />

The job details pane is a comprehensive section for monitoring the specific details of jobs executed within a particular workflow. To access this pane, click the specific job on the jobs dashboard.

Clicking the **Details** button shows:

* The job's ID.
* The job's start date.
* Information about what happened in each of the job's stages.

Clicking the **Errors** button provides any available information about what might have gone wrong with the job or in any of its stages.
