# View Health History

The **Runs** page lists the results of each scheduled health check performed on your configured Ethos API endpoints. This page is useful for understanding when checks were run, how many endpoints were tested, and whether the results were successful or failed.

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

<table><thead><tr><th width="171.77783203125">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Schedule Name</strong></td><td>Name of the monitoring schedule that triggered the run. Clickable to drill down into the results of that specific run.</td></tr><tr><td><strong>Endpoint Count</strong></td><td>Number of API endpoints included in this health check.</td></tr><tr><td><strong>Status</strong></td><td>Result of the run. Either:<br>– <strong>Pass</strong>: The endpoint responded successfully.<br>– <strong>Fail</strong>: The endpoint returned an error, timeout, or other failure condition.</td></tr><tr><td><strong>Date</strong></td><td>The timestamp when the health check was performed. Useful for correlating issues with external events or user reports.</td></tr></tbody></table>

***

### View Details of a Health Check&#x20;

Clicking the **Schedule Name** opens a detailed view of that individual run. In this detail view, you can expect to find:

* The name of the Endpoint
* Its current status
* A detailed response showing the exact error (if any)
* Time of the health check

{% tabs %}
{% tab title="Passed Health Check" %}

<figure><img src="/files/EJdKfJNH6NhxeAfdoGXu" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Failed Health Check" %}

<figure><img src="/files/2lLzXcdGeAcUFKPzEkEz" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://processmaker.gitbook.io/higher-ed/ethos-api-monitor/view-health-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.
