# Run Status

Represents the distribution of the outcomes of your builds/runs over time.

## Metrics

* **Overall runs**: overall runs created during the selected period, regardless of their completion or the end state.
* **Failed runs**: runs that have one or more failed tests. Failed runs count includes cancelled and timed-out tests.
* **Passed runs**: runs that have zero failed tests.
* **Pass Rate**: passed runs / overall runs.

<figure><img src="/files/bEE6IVurQ36pfSfeQEd4" alt=""><figcaption><p>Example chart - Run Status</p></figcaption></figure>

## Related

* [Run Duration](/dashboard/analytics/run-duration.md) - Average duration of runs
* [Run Completion](/dashboard/analytics/run-completion.md) - Run completion status distribution
* [Analytics](/dashboard/analytics.md) - Analytics overview


---

# 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://docs.currents.dev/dashboard/analytics/run-status.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.
