# Viewing and Filtering Jobs

The Jobs page shows all jobs associated with your account. Open it by clicking **Jobs** in the navbar.

## Tabs

- **My Active Jobs** — jobs submitted under your username, both active and recently completed.
- **Cluster Queue** — every job currently on the cluster, visible to staff only.
- **Job Search** — search historical and active jobs by Job ID, Name, User, State, or Partition. Enter at least one filter and click Search.

## Job list columns

<table id="bkmrk-column-what-it-shows"><thead><tr><th>Column</th><th>What it shows</th></tr></thead><tbody><tr><td>**Job ID**</td><td>Slurm job ID. Array jobs show as `jobid_taskid`.</td></tr><tr><td>**Name**</td><td>The job name you entered on the submission form.</td></tr><tr><td>**Partition**</td><td>The queue the job was submitted to.</td></tr><tr><td>**State**</td><td>Current job state. See the Job States page for the full list.</td></tr><tr><td>**Nodes**</td><td>Number of nodes allocated.</td></tr><tr><td>**CPUs**</td><td>Total CPU cores allocated.</td></tr><tr><td>**Time**</td><td>Elapsed wall-clock time vs. the time limit.</td></tr><tr><td>**Submit time**</td><td>When the job was submitted.</td></tr></tbody></table>

## Filtering jobs

On the My Active Jobs and Cluster Queue tabs, use the search bar above the job list to filter by job name, job ID, partition, or state — the filter applies instantly as you type. For deeper historical searches with dedicated fields per criterion, use the Job Search tab instead.

## Job detail panel

Click any row to open the detail panel on the right. It shows the full resource allocation, the node the job was submitted from, exit code, and action buttons (output, cancel). The panel polls for state updates every 5 seconds while the job is running.