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

# Jobs

## Jobs dashboard

<img src="https://mintcdn.com/unstructured-53/4PbeTBTFGabETZ0g/img/pipelines/Jobs-Sidebar.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=dca56ec60a31854714b6df1338fb5286" alt="Jobs in the sidebar" width="81" height="401" data-path="img/pipelines/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/4PbeTBTFGabETZ0g/img/pipelines/Job-Pending.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=99dfa0a4e5b42b821d6952174e572524" alt="Pending job icon" width="28" height="32" data-path="img/pipelines/Job-Pending.png" /> **Pending**: The job's data is currently not attempting to be processed.
<img src="https://mintcdn.com/unstructured-53/4PbeTBTFGabETZ0g/img/pipelines/Job-In-Progress.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=72f34fab28fcb96654b0cf1bd6281572" alt="In-progress job icon" width="32" height="28" data-path="img/pipelines/Job-In-Progress.png" /> **In Progress**: The job's data is attempting to be processed.
<img src="https://mintcdn.com/unstructured-53/4PbeTBTFGabETZ0g/img/pipelines/Job-Finished-Fully.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=c166ff76a85999545dab4bc69f047732" alt="Fully finished job icon" width="30" height="34" data-path="img/pipelines/Job-Finished-Fully.png" /> **Finished**: 100% of the job's data has been successfully processed.
<img src="https://mintcdn.com/unstructured-53/4PbeTBTFGabETZ0g/img/pipelines/Job-Finished-Partially.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=fbef5ea54a55b84a481662fcfdd6fb9f" alt="Partially finished job icon" width="28" height="32" data-path="img/pipelines/Job-Finished-Partially.png" /> **Finished**: 90% to 99% of the job's data has been sucessfully processed.
<img src="https://mintcdn.com/unstructured-53/4PbeTBTFGabETZ0g/img/pipelines/Job-Failed.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=aaa83960861bb111cfd4b093a9f4f4fe" alt="Failed job icon" width="28" height="28" data-path="img/pipelines/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](/pipelines/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/4PbeTBTFGabETZ0g/img/pipelines/Job-Complete.png?fit=max&auto=format&n=4PbeTBTFGabETZ0g&q=85&s=c540581beafaeae72b5a160b03ca6dfd" alt="Completed job" width="371" height="575" data-path="img/pipelines/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.
