# Job Viewer Page

The job viewer page allows a user to see more information about a selected job from the *Jobs* table on the *Home* page. The *Job Viewer* contains two sections: *Job Tasks* and *Job History.*

## Job Tasks

The *Job Tasks* section of the *Job Viewer* page displays information about the tasks that run under the selected job including the task type as well as the configuration profile used for the task. As well, the next run time and the schedule for the task are displayed. It is important to note that the schedules displayed are in UTC, while the next run times are displayed in the local time.

![](/files/s4SXbJl5UpKSvqYTG1NC)

## Job History

The *Job History* section of the *Job Viewer* page displays information about previous runs of tasks in the selected job. By default, task executions going one week in the past are displayed, but more (or less) information can be displayed using the *History From* and *History Through* options.

![](/files/Ngg79kng47NPZiCArpVo)


---

# 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://learn.capstorm.com/snowflake-salesforce-connector/reference/home-page/job-viewer-page.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.
