# Runs

The Runs page is the execution log for your organisation. It includes both exploration runs and intent test runs.

### Filter runs

Filter by:

* **Target:** Runs for a specific deployment
* **Status:** Pending, running, completed, or failed
* **Type:** Exploration or intent

### Run detail

Open any run to inspect:

* **Execution log:** A step-by-step record of actions taken
* **State graph:** Pages visited and transitions between them
* **Errors:** JavaScript errors, network failures, and broken elements
* **Screenshots:** Captured at each state transition

### Status values

| Status        | Meaning                                    |
| ------------- | ------------------------------------------ |
| **Pending**   | Queued for execution                       |
| **Running**   | Currently executing                        |
| **Completed** | Finished successfully                      |
| **Failed**    | Finished with errors or could not complete |


---

# 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.duku.ai/viewport-dashboard/runs.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.
