# Run History

The Run History page gives a general overview of past (and current) workflow runs, and enables one to view details about individual workflow runs.

## Anatomy

<figure><img src="/files/ZVDHzJqMXe6h2PiqxPtE" alt=""><figcaption></figcaption></figure>

1. The ID of the workflow run.
2. The name of the workflow that ran, along with which SDLC-phase it ran as.
3. A filter button.
4. The status of the workflow run (i.e., Completed, Failed, Running).
5. The date and time the workflow run started.
6. The duration of the workflow run (if it finished).
7. Any errors that occurred during execution, and a button to see further step-by-step details.

## Run Details

In addition to a general overview of all workflow runs that occurred, you can view details about individual workflow runs. This includes how many records were processed by each task and any errors that occurred during execution. This is extremely useful for debugging a failing workflow.

<figure><img src="/files/GrmKzu1RyL0yLCx6Idog" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DrESNG45yPyYnhZYVMfF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://glyue.docs.sandboxbanking.com/etl/run-history.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.
