> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/snowflake-salesforce-connector/reference/home-page/job-viewer-page.md).

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