# Run Duration

Represents the daily/weekly average duration of **fully reported** runs. A fully reported run is a run that wasn't cancelled and didn't time out.

{% hint style="info" %}
Cancelled or timed-out runs are excluded from the report.
{% endhint %}

<figure><img src="https://3745692499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqmFDEiUa9mr11LUlxDnt%2Fuploads%2FOfAoBd6g3J7JiG7neZu5%2FScreenshot%202026-01-19%20at%2019.20.48.png?alt=media&#x26;token=022e6d89-3a8d-43ae-af94-9451a6462940" alt=""><figcaption><p>Example chart - Run Duration</p></figcaption></figure>

## Related

* [run-status](https://docs.currents.dev/analytics/run-status "mention") - Run outcome distribution
* [run-completion](https://docs.currents.dev/analytics/run-completion "mention") - Run completion status distribution
* [](https://docs.currents.dev/analytics "mention") - 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/analytics/run-duration.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.
