> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/introduction/user-interface/views/remote-jobs-view.md).

# Remote Jobs View

You can check the ongoing processes and the results in the **Remote Jobs View**.

![Remote Jobs View](/files/SjOG22sa70ffGNg3kN85)

**Remote Jobs Actions:**

| Action                                                                        | Description                                                                                                                                                                                                                                                                                                                                        |
| ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/TTXWNiVWIsWT2CBICUvf) Review Results                               | Allows you to review or download the result of the selected finished job. For example, you can review the result of a previous classification or download an export file by double-clicking on the finished job, using the context menu option, or clicking the **Review Results** icon. For jobs that cannot be reviewed, this option is disabled |
| ![](/files/g94vsIqed3kplQikT5rR) Remove Finished Job                          | Removes the selected finished job                                                                                                                                                                                                                                                                                                                  |
| ![](/files/PvFQkmePrKRVadzsmSO8) Remove All Finished Jobs of the current user | Removes all finished jobs started by the current user                                                                                                                                                                                                                                                                                              |
| ![](/files/yzNcv9xkWYilC0lkxvlW) Filter by the current user                   | Filters remote jobs of the current user. To hide the jobs of other users, activate this button. The client remembers the current user filter setting when it's closed and reopened                                                                                                                                                                 |
| ![](/files/LkRjfV7h6UEXoLxlywXI) Refresh                                      | Allows you to manually refresh the Remote Jobs View in case delay is suspected in the status update of long-running jobs                                                                                                                                                                                                                           |

Review results option is enabled for jobs where some sort of confirmation is needed and a pop-up dialog is involved during the review, like classification, export, or compare versions. For some types of jobs, e.g. validation, a review is not required so for these the action is disabled and greyed out.

![Review Results Action Disabled](/files/-MGnPTnbnIJr42U_HvmL)


---

# 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://docs.b2ihealthcare.com/snow-owl-authoring-platform/introduction/user-interface/views/remote-jobs-view.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.
