> ## Documentation Index
> Fetch the complete documentation index at: https://unstructured-53-doc-4-secrets-api.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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Jobs-Sidebar.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=b25b44334a4775cdfc612306817a7662" 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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Job-Pending.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=fbbe17465d867afcae95638d3ce8b69d" 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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Job-In-Progress.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=2345b60e2c12ce6ca87026b20962a458" 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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Job-Finished-Fully.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=7e4e6aa331d430455abc9e5ec5f08b64" 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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Job-Finished-Partially.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=158fcd8026cb61f9c659a76abfc8037d" 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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Job-Failed.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=ce9e55b96b74f3fc3919b13cae3d422c" 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-doc-4-secrets-api/-hmhOgzByhEz7lzN/img/pipelines/Job-Complete.png?fit=max&auto=format&n=-hmhOgzByhEz7lzN&q=85&s=859a8601843bcb17d278adb8b09a8eed" 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.
