---
title: 'Runs and diagnostics'
description: 'Read execution status, task summaries, approvals, and artifacts.'
---

# Runs and diagnostics

Open **AI → Run History** for the project-wide view, or open an automation's runs. Use **Team/Mine** and the available time context to find the execution. The view includes success/failure metrics for recent intervals.





## Interpret status

| Status            | Interpretation                                                                   |
| ----------------- | -------------------------------------------------------------------------------- |
| running           | Execution is in progress.                                                        |
| awaiting_approval | A covered mutation is waiting for a decision.                                    |
| success           | The execution completed; inspect the summary for whether the task was fulfilled. |
| skipped           | Execution was not performed, for example because of loop protection.             |
| failed            | Inspect the error and any partial effects.                                       |
| cancelled         | Execution was cancelled; inspect effects that already occurred.                  |

A run can finish successfully while reporting that it could not complete the requested task because a required custom tool was not attached. Read the summary and tool results, not only the badge.

## Inspect details

Open a run to inspect trigger input, output, replay when available, and artifacts. A message that workflow replay is no longer available does not necessarily mean artifacts are absent. Use the available artifact preview/download controls and verify the output before sharing it.

## Recover deliberately

Fix missing attachments, access, input, or credit problems before retrying. Inspect project data and external side effects to avoid duplicate work. Cancellation does not promise rollback. For pending work, inspect [Approvals](/docs/automations/approvals); for request-level failures, use [Dashboard Logs](/docs/dashboard/logs).


---

[View full sitemap](/docs/sitemap.md)
