# Run Logs

The Run Logs tab is available to track successful or failed workflow runs as well as details about each run. Run Logs are tracked for each version of a workflow - select a workflow version at the top-right to find its run logs.

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

Columns:

**Run Datetime** - the exact date and (local) time that the workflow run occurred

**Duration** - how long it took for the workflow to run

**Status** - Either "<mark style="color:green;">Successful</mark>" or "<mark style="color:red;">Errored</mark>"; represents whether or not the workflow was able to run without any issues or errors along the way

**Trigger** - Either "Manual" or "Scheduled"; represents whether the workflow was run by a user or by a preset schedule

To see more details on each workflow run, simply click on the row in the table to drill into specifics about that run.

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

In this view, you can see which specific tools in the workflow failed and the details on why they failed. With this context, you can go back into the canvas, make the necessary changes to fix the broken tools, and re-run your workflow successfully. &#x20;


---

# 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.cascade.io/cascade/workflows/run-logs.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.
