> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/de/virtuelle-maschinen/view-import-jobs.md).

# Importaufträge anzeigen

## Alle Import-Jobs anzeigen

1. Navigieren Sie zu **Virtuelle Maschinen** > **Liste** im oberen Menü aus.
2. Wählen Sie **Import-Jobs** im linken Menü.
3. Eine Auflistung aller eingereichten Import-Jobs wird angezeigt; doppelklicken Sie auf einen bestimmten Job in der Liste, um das Dashboard des Import-Jobs mit detaillierten Informationen aufzurufen, z. B. zu einzelnen untergeordneten Import-Jobs, Protokollen usw.

## Eine Liste der über einen Import-Job importierten VMs anzeigen

1. Navigieren Sie zu **Virtuelle Maschinen** > **Liste** im oberen Menü aus.
2. Klicken Sie **Import-Jobs** im linken Menü.
3. Alle Import-Jobs erscheinen in der Liste; **Doppelklicken Sie auf den gewünschten Import-Job**.
4. Untergeordnete Import-Jobs werden auf dem angezeigten Import-Job-Dashboard dargestellt. In der Spalte VM werden die Namen der importierten VMs angezeigt.

{% hint style="success" %}
**Ein&#x20;*****--Mehr anzeigen--*****&#x20;Der Link ist am unteren Rand des&#x20;*****Untergeordnete Import-Jobs*****&#x20;Abschnitts verfügbar, um zusätzliche untergeordnete Jobs anzuzeigen, wenn nicht alle auf eine einzelne Seite passen.**
{% endhint %}

{% hint style="info" %}
**Eine UUID (anstelle des VM-Namens), die im VM-Feld angezeigt wird, weist darauf hin, dass eine VM mit dieser eindeutigen Kennung bereits im VergeOS-System vorhanden war (z. B. zuvor importiert). Wenn eine UUID angezeigt wird, wurde die VM als eine** [**Snapshot**](/automate-protect-and-extend/de/backup-und-dr/snapshots-overview.md) **um ein versehentliches Überschreiben einer vorhandenen VergeOS-VM zu vermeiden.**
{% endhint %}


---

# 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.verge.io/run-the-platform/de/virtuelle-maschinen/view-import-jobs.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.
