> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dataerai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Temporal jobs

> Find and inspect background workflow jobs from the system-admin account menu.

Use **Temporal jobs** to find background workflow runs across the platform.

<Note>
  This page is available to system administrators. Open the account menu in the
  top-right, then choose **Temporal jobs**.
</Note>

## Find a workflow

Paste a workflow id into **workflow id**, then select **Search**.

An exact workflow-id search looks for that workflow only. It ignores the status,
workflow type, queue, and time filters so you can find completed or failed runs
without clearing the default **Running** filter first.

Some admin pages link directly to **Temporal jobs** with a workflow id already
filled in. When you open one of those links, the monitor starts with that exact
search.

## Filter the list

When you are not searching for one exact workflow, use the chips to narrow the
job list:

| Filter            | Use it to                                                                                                                                           |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Status**        | Show running, completed, failed, canceled, terminated, continued-as-new, or timed-out jobs.                                                         |
| **Workflow type** | Focus on one background job family, such as preprocessing, imports, metadata extraction, projection jobs, DID backfills, or managed Zenodo imports. |
| **Queue**         | Separate cloud queues from local queues, or isolate a dedicated queue such as **zenodo-managed-import**.                                            |
| **Time range**    | Limit the list to a recent window, or choose **any time**.                                                                                          |

Select **Refresh** to reload the current view. The page also refreshes while you
leave it open.

## Read the results

Each row shows:

* The workflow id and workflow type.
* The task queue and whether it is running on a cloud or local queue.
* The workflow status.
* When the workflow started.
* How long the workflow has been running, or how long it ran before it closed.

Select a row to inspect more detail about that workflow.
