> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-datatrans/web-configurator/auftraege/historie.md).

# Historie

Die Ansicht listet vergangene Aufträge auf. Dabei werden alle erstellten Aufträge angezeigt, die erfolgreich abgearbeitet oder gelöscht wurden. Bei der Darstellung gelöschter Aufträge wird dabei unterschieden, ob diese Manuell (durch einen Benutzer) oder aufgrund wiederholter Fehlversuchen automatisch gelöscht wurden (siehe [Exporteinstellung - Löschen nach Fehlversuchen](/june5-datatrans/web-configurator/komponenten/exporter.md)) .

Durch einen Klick auf die jeweilige Zeile, können die Details des Auftrags aufgerufen werden, um mehr Informationen zu erhalten.

Über die Schaltfläche "Aktualisieren" kann die Historie erneut abgerufen werden.

Die Historie eines Auftrages kann wie Folgt dargestellt werden:

<table><thead><tr><th width="250"></th><th></th></tr></thead><tbody><tr><td><ul><li>🟩 grün</li></ul></td><td>= Erfolgreich abgearbeitet</td></tr><tr><td><ul><li>🟥 rot</li></ul></td><td>= Auftrag gelöscht aufgrund von Fehlschlägen</td></tr><tr><td><ul><li>⬛ grau</li></ul></td><td>= Auftrag manuell gelöscht</td></tr></tbody></table>


---

# 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:

```
GET https://docs.videc.de/june5-datatrans/web-configurator/auftraege/historie.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.
