# List Jobs

The ***List Jobs*** option opens the available Jobs List for the logged-in user. All the saved Jobs by a user get listed on this page. By clicking on the Job name the ***Details*** tab on the right side of the page gets displayed with the basic details of the selected job.

## Job List

* Navigate to the ***Data Pipeline*** ***Homepage***.
* Click on the ***List Jobs*** option.

<figure><img src="https://content.gitbook.com/content/vmyGSlDvDj86v7eh3RHM/blobs/7Dc4VpqhcfMct3UGygZ3/image.png" alt=""><figcaption><p><em><strong>Accessing the List Job option from Pipeline Homepage</strong></em></p></figcaption></figure>

* The ***List Jobs*** page opens displaying the created jobs.

<figure><img src="https://content.gitbook.com/content/vmyGSlDvDj86v7eh3RHM/blobs/Eyyl5HJcsP3O7kPxKeyx/image.png" alt=""><figcaption><p><em><strong>List Jobs Page</strong></em></p></figcaption></figure>

## Job Details & History Tabs

* Select a **Job** from the displayed list, and click on it.
* This will open a panel below the selected Job. It will contain two tabs:
  * **Job Details -** This tab displays the following details for the selected Job:
    * Tasks
    * Created By
    * Updated Date
    * Cron Expression
    * Trigger Interval
    * Description
  * **History:** This tab shows all the relevant information about the selected Job's past runs, including whether it was successful or not.
    * The ***Clear*** option is also provided under the History tab to clear the Job history.
      * Click the ***Refresh*** icon to refresh the displayed Job history.

<figure><img src="https://content.gitbook.com/content/vmyGSlDvDj86v7eh3RHM/blobs/aigbG3zplh3uQWdSs8LH/image.png" alt=""><figcaption><p><em><strong>Displaying Job Details &#x26; Job History for PySpark Job</strong></em></p></figcaption></figure>

* In the ***List Jobs*** page, the user can view and download the pod logs for all instances by clicking on the ***View System Logs*** option in the Job history tab. For reference, please see the image below.

<figure><img src="https://content.gitbook.com/content/vmyGSlDvDj86v7eh3RHM/blobs/U7JvLqVWBwsoTulTFlBq/image.png" alt=""><figcaption><p><em><strong>View and Download Pod logs option for PySpark Job from List Jobs page</strong></em> </p></figcaption></figure>

* Once the user clicks on the View System Logs option, a drawer panel will open from the right side of the window. The user can select the instance for which the System logs have to be downloaded from the Select Hostname drop-down option. For reference, please see the image below.

<figure><img src="https://3157314867-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvmyGSlDvDj86v7eh3RHM%2Fuploads%2FokCr8cbLp8jRc0anWpL6%2Fimage.png?alt=media&#x26;token=91fd81a1-3d1b-4259-a90c-6193d3b90cea" alt=""><figcaption><p><em><strong>Viewing Pod logs for Spark Job</strong></em> </p></figcaption></figure>

* **Clear**: It will clear all the job run history from the ***History*** tab. Please refer the below given image for reference.

<figure><img src="https://3157314867-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvmyGSlDvDj86v7eh3RHM%2Fuploads%2FY5EauODsTj4ovQVc0A15%2Fimage.png?alt=media&#x26;token=5bb26557-346c-47f2-8148-f82332b105fc" alt=""><figcaption><p>Clear Job History</p></figcaption></figure>

## Searching Job

The user can search for a specific Job by using the ***Search*** ***bar*** on the Job List. By typing a common name all the existing jobs having that word will list. E.g., By typing ***sand*** all the existing Jobs with the word ***sand*** in it get listed as displayed in the following image:

<figure><img src="https://3157314867-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvmyGSlDvDj86v7eh3RHM%2Fuploads%2F1FeFUUusBciPdi9xtVkr%2Fimage.png?alt=media&#x26;token=0a7433aa-21cf-4954-b6a1-132799b42ae2" alt=""><figcaption><p><em><strong>Search tab for Jobs</strong></em></p></figcaption></figure>

The user can also customize the ***Job List*** by choosing available filters such as ***Job Status***, ***Job Type***, ***Job Running Status***:

<figure><img src="https://3157314867-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvmyGSlDvDj86v7eh3RHM%2Fuploads%2FDoszTxOwPDCPCuSSN9se%2Fimage.png?alt=media&#x26;token=95f8329a-1277-432c-b3a6-eb605d2715cc" alt=""><figcaption><p><em><strong>Customizing Job list with the available Filters</strong></em></p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>*&#x20;

* *The user can open the Job Editor for the selected Job from the list by clicking the **View** icon.*
* *The user can view and download logs only for Jobs that have either **successfully run** or **failed**. Logs for the **interrupted jobs** cannot be viewed or downloaded.*
  {% endhint %}
