> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/app/workspace/jobs/jobs-view-list.md).

# Viewing the list of jobs

**Jobs** view displays the list of jobs for the workspace.&#x20;

![Jobs view](https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2F3gfJsi6xvAvs5BH2l8SV%2FJobHistoryView.png?alt=media\&token=a24e158e-24f6-43d1-8cb6-7a5dfe9f5331)

## Displaying Jobs view <a href="#jobs-view-display" id="jobs-view-display"></a>

To display **Jobs** view:

* On the workspace management view, in the workspace navigation bar, click **Jobs**.
* On **Workspaces** view, from the dropdown menu in the **Name** column, select **Jobs**.

## Filtering the jobs by type <a href="#jobs-filter-job-type" id="jobs-filter-job-type"></a>

On **Jobs** view, you use the tabs to filter the jobs based on the job type.

The possible tabs are:

* **All Jobs -** Always displayed. Contains all of the workspace jobs across all job types. When you first display **Jobs** view, **All Jobs** is selected.
* **Data Generation -** Always displayed. Includes the following types of jobs:
  * Data generation
  * Data pipeline generation
  * Containerized data generation
  * Upsert data generation
  * Upsert
* **Sensitivity Scan -** Always displayed. Lists the sensitivity scans for the workspace.
* **Collection Scan -** Displays for MongoDB and Amazon DynamoDB workspaces. Lists the collection scans on the source data.
* **Schema -** Lists the schema retrieval jobs for the workspace.
* **Statistics -** Displays for workspaces that use Spark-based data. Lists the SDK table statistics jobs.

## Information in a jobs list <a href="#jobs-list-info" id="jobs-list-info"></a>

The list is always sorted by the submission date, with the most recent jobs at the top of the list.

For each job, the job list includes the following information:

* **Job ID -** The identifier of the job. To copy the job identifier, click the icon at the left of the row.
* **Type -** The type of job.
* **Status -** The current status of the job, and how long ago the job reached that status.\
  \
  When you hover over the status, a tooltip displays the actual timestamp for the status change, and the length of time that the job ran.\
  \
  For queued jobs, to display a panel with information about why the job is queued, click the status value.\
  \
  ![](https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FBHvBExRLOb2UAEAZPcF4%2FJobStatusDetails.png?alt=media\&token=e720fff4-fd5e-4b40-9d22-c2aced612f6f)
* **Submitted -** The date and time when the job was submitted.
* **Completed -** The date and time when the job finished running.

## Filtering jobs by job status <a href="#jobs-filter-job-status" id="jobs-filter-job-status"></a>

To filter the list by the job status:

![Job status filter options for Jobs view](https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FJpHI7G0HN3dU9FqsO5v7%2FJobHistoryStatusFilter.png?alt=media\&token=4687b99f-3cdc-43a1-9a66-b605b8cc30f3)

1. Click the filter icon in the **Status** column heading.\
   \
   The status panel displays all of the statuses that are currently in the list. For example, if there are no Queued jobs, then the Queued status is not in the list.\
   \
   By default, all of the statuses are included, and none of the checkboxes are checked.
2. To only include jobs that have specific statuses, check the checkbox next to each status to include.\
   \
   Checking all of the checkboxes has the same effect as unchecking all of the checkboxes.

## Filtering jobs by identifier <a href="#jobs-filter-job-identifier" id="jobs-filter-job-identifier"></a>

To filter the list by the job identifier, in the filter field, provide the full identifier.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/app/workspace/jobs/jobs-view-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
