# Monitor all executions

Monitoring the overall execution of all integrations is an integral part of any enterprise integration solution.

Go to the dashboard page (by clicking Home in the menu bar to the left).

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

In the drop down on the upper right of the window select the period you want to render the monitor dashboard for.

The upper graph will show the total number of successful and failed integration executions per day. If you click any red or gren staple the list to the right will drill down to the executions that the staple consist of. Use this to easily navigate to the failed integrations.

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

Click the bar again to reset the list to whole.

If an integration has been deleted the number of executions will still be accounted for, but they will not show up in the list. So if all errors for a specific red bar are from an integration that has been deleted since, the list will be empty if that red bar i selected. This is intentional.

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

In a similar way the lower graph shows the number of integration executions per Flow Server added to the Integration Engine. Use this to drill the list to see executions for a specific Flow server.

From the list of integrations to the right you can click an individual integration to see the executions of that specific integration.


---

# 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://help.novacuraflow.com/development/integration-engine/get-started/monitor-all-executions.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.
