> ## Documentation Index
> Fetch the complete documentation index at: https://docs.audimate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization runs

> Review saved workflow activity across your organization, filter by member and status, and understand which run details stay on the device.

See which saved workflows have run across your workspace.

## Runs

The **Runs** view is available to admins and owners. It lists every **workflow run** across the
organization, so you can see what has been automated, by whom, and how it ended. Narrow it with the
**status**, **member**, and **date range** filters.

| Column       | What it shows                                         |
| ------------ | ----------------------------------------------------- |
| **Started**  | When the run began                                    |
| **Member**   | Who started it                                        |
| **Workflow** | Which workflow ran, with its version                  |
| **Status**   | Running, Completed, Failed, Cancelled, or Interrupted |
| **Duration** | How long the run took                                 |
| **Steps**    | How many actions the agent took                       |

**Interrupted** means the device shut down before the run finished, through a crash, a force quit,
or a power loss. It does not mean the agent failed. If the workflow has since been deleted, the row
reads **Deleted workflow**, because the run's record outlives the workflow.

Only runs of a **saved workflow** appear here, because a workflow is an organization resource.
Ad-hoc background tasks a member asks Arro to do stay private to that member and never show up, not
even for an owner. See [Background tasks](/concepts/dynamic-dock#background-tasks).

Workers are left out, so a workflow that split its work across several appears as one run rather
than many. Handing a task board's work off is recorded the same way.

<Note>
  Runs is metadata only. What a run actually did, its step-by-step timeline, its screenshots, and its summary all stay
  on the device that ran it and are never uploaded. To review a run in detail, open Audimate on the desktop that ran it.
</Note>

## Related

<Columns cols={2}>
  <Card title="Organization management" icon="building" href="/account/organization">
    Understand workspace roles and settings.
  </Card>

  <Card title="Plan limits" icon="scale-balanced" href="/account/plan-limits">
    Compare plan allowances and capacity.
  </Card>
</Columns>
