# Job Browser

The Job Browser is one of the buttons on the left sidebar menu in KBase. In addition to viewing job status within a Narrative, the Job Browser allows you to monitor and manage your jobs across Narratives. By default, it shows all jobs submitted within the Previous Week. You can change the timeframe to the Previous hour, 48 hours, month, year, All Time, or a custom range of dates using the Time Range drop down menu.

<figure><img src="/files/WEMNayj1dcGfdMRPtAMH" alt=""><figcaption></figcaption></figure>

Filter jobs through toggling filters. The pop-up will  allow you to filter the jobs by *Created*, *Queued*, *Running*, *Completed*, *Error,* and *Canceled.* You can check as many filters you want and apply other terms. Applying these filters will update the page. Otherwise, the table does not auto-refresh.

<figure><img src="/files/3tYfNq6Z4mVDs4HGGfRu" alt=""><figcaption></figcaption></figure>

The results display basic information for the jobs such as the Narrative they are located, App, date Submitted, time Queued, Run time, current job Status, Server, and if the job was Canceled. The name of the Narrative is linked, and clicking on it will open the Narrative in a new tab. The App ID is linked and clicking on it will open a new tab with the App Catalog page.

### Job Status

The overall Job status is stated in the Status column. To inspect the Job Log, click the <img src="/files/DIq3MORpJ9x1RwUWc9vH" alt="" data-size="line"> icon to open the table and show the contents of the log. Click the 'x' or 'Close' buttons to close the table. Canceling the job will prompt you to make sure you didn’t click it accidentally. Jobs that have been canceled may continue to show up as “Queued” or “Running” until they clear the system.

### Job Log

The Job ID and worker node are easily located and the log can be scrolled through within the pop-out. Job Logs can be downloaded in CSV, TSV, JSON, and TEXT formats using the download (downward-facing arrow into tray) icon.&#x20;

<figure><img src="/files/RJpj0XNSfjlZb5cpesyi" 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://docs.kbase.us/getting-started/narrative/job-browser.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.
