> ## Documentation Index
> Fetch the complete documentation index at: https://unstructured-53-docs-243-plugins.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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Jobs-Sidebar.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=5e749f43f20b6fb1222d7bf34a4f8535" 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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Job-Pending.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=9441cda70f0bc24517651da2ff5c4029" 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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Job-In-Progress.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=36bb9e64d098e9d417749c0078e5ccbe" 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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Job-Finished-Fully.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=6aa2e56f5b96f3b708a4412552995ecb" 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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Job-Finished-Partially.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=7547998f5f709005bcf82bc0e2e35ded" 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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Job-Failed.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=b6e6683da2b5bcc75768404b91e24f5e" 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-243-plugins/wArBQTW-NUzsvTl2/img/ui/Job-Complete.png?fit=max&auto=format&n=wArBQTW-NUzsvTl2&q=85&s=bc19ae8d5bd37e2da9374db4b9d29fbe" 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.
