# Jobs

This page can be leveraged for seeing what activity you have in the system, monitoring individual jobs, cancelling active jobs, and reviewing the history of activity.

{% hint style="info" %}
On-demand and Scheduled scans/classifications are the first two job types to show up, but others will follow shortly to help keep better track of the system and perform tasks that make sense to wrap up this way (report gathering, health checks, etc).
{% endhint %}

![Jobs Overview](https://905555942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlGcQw8I2CHyi1loKBlfi%2Fuploads%2FDbuwmkMx6vHMHwoVYd02%2FScreenshot%202023-11-17%20at%204.29.07%20PM.png?alt=media\&token=eacd43a4-58a8-491e-80e7-a6ec429fa477)

## Job Filters

You can filter the jobs view by accounts, a date range and job status. By default all accounts you have access to will be shown and selected. Make changes to the filters as desired and click `Apply Filter` to modify what is shown below.

![job filters](https://905555942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlGcQw8I2CHyi1loKBlfi%2Fuploads%2FYhQeEUv1y5hyMHuuxmKL%2Fjob-filters.png?alt=media)

Once you have the results filtered, you can search amongst the results with the `Search` bar. The Search bar is a free form text search that will search across all the columns in the results table.

<figure><img src="https://905555942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlGcQw8I2CHyi1loKBlfi%2Fuploads%2FesuRoaFMqhZP3JJiHCcy%2FScreenshot%202023-11-17%20at%204.30.43%20PM.png?alt=media&#x26;token=ef1dcb44-f0e2-43f5-b013-105a7449d454" alt=""><figcaption></figcaption></figure>

## Job IDs

Each job is assigned a unique ID, which is displayed as the first column in the Jobs table.

This Id is also written to the Agent.ScanResults/Console.Jobs CloudWatch logs specific to that job execution.  This allows you to easily search your logs to monitor activity or troubleshoot errors.

## Job Insights

For each job that you start you can now see additional details by clicking into a job and sorting through each category:

* By Account: shows the AWS accounts that you have linked in that were associated with the job
* By Container: shows the containers that were associated with the job (S3 bucket, EBS volume, etc.)
* By Result: gives you an overview of all the results associated with the scanning done by the job
* Logs: provides an overview of any logs generated by the job including the messages of the logs and which log groups you can find the details in if you are using CloudWatch.

<figure><img src="https://905555942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlGcQw8I2CHyi1loKBlfi%2Fuploads%2FSLM1PTybyJX6VKoAILQX%2Fjobinsights.gif?alt=media&#x26;token=ab1be6df-82ba-473f-851c-21791399851e" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.cloudstoragesec.com/console-overview/monitoring/jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
