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

# Flows Audit Log: Review Every Run

> Open Admin -> Flows -> Logs to see every run a Flow made: which conditions matched, which actions executed, and whether Super Magic Agent was involved.

Every time a [Flow](/inbox/flows) evaluates a ticket, that run is recorded, whether its conditions matched or not and whether it changed anything. The **Logs** tab is where you go to check: did this Flow actually fire on this ticket, and what did it do?

Before Logs, answering that meant piecing it together from the ticket itself: an internal note here, a field change there, no single place that showed the whole run. Logs gives you one list, filterable by thread and time, with a detail view for each run.

## Open the Logs tab

<Steps>
  <Step title="Go to Flows">
    In Thread Admin, go to **Flows**.
  </Step>

  <Step title="Select the Logs tab">
    Select **Logs**, next to your list of Flows.
  </Step>

  <Step title="Browse or filter runs">
    Runs are listed newest first. Narrow the list with the **Thread** filter (search by ticket number or title) or the **Time** filter (a date range).
  </Step>

  <Step title="Open a run">
    Select a run to open its detail panel.
  </Step>
</Steps>

## What a run's detail shows

Each run opens a **Details** stepper listing, in order:

* The **conditions** the Flow checked, and whether they matched
* Each **action** the Flow executed: a field update, a note, an assignment, and so on
* For a [New Super Magic Agent or Run Skill action](/inbox/flows#actions-a-flow-can-run), an **Agent conversations** row linking to the Super Magic conversation Super Magic Agent produced. See [See what a Super Magic agent did during a flow run](/inbox/see-what-a-super-magic-agent-did-during-a-flow-run) for what that view shows and why some runs don't have one

<Tip>
  A Super Magic Agent action in the stepper reports **Dispatched**, not **Success**: that only means the run handed off to Super Magic Agent. Open the linked conversation to confirm what it actually did.
</Tip>

## Retention

Log entries are kept for **7 days**. A run older than that ages out of the list on its own. If you need a longer record of what a Flow did, capture it on the ticket itself (an internal note, for example) rather than relying on Logs.

## Related

* [Flows](/inbox/flows) for triggers, conditions, and the actions a Flow can run
* [Build a Super Magic Agent](/super-magic/build-a-super-magic-agent) for creating and debugging agent actions
* [See what a Super Magic agent did during a flow run](/inbox/see-what-a-super-magic-agent-did-during-a-flow-run)


## Related topics

- [Choose which ticket updates post to a channel](/companion-apps/choose-which-ticket-updates-post-to-channel.md)
- [Claude on AWS Bedrock](/security-billing/claude-on-aws-bedrock.md)
- [Build a Super Magic Agent](/super-magic/build-a-super-magic-agent.md)
