# View automation run history

> Use the Activity tab to filter automation runs, open an execution timeline, inspect step errors, copy identifiers, and re-run safely.

URL: https://www.agencytitan.com/help/automations/view-run-history/

The **Activity** tab records automation executions. Use it to see whether runs completed, failed, are still in progress, or ended in another surfaced status.

## Who this is for

Agency team members who monitor or diagnose automations. Requires **View Automations**. Re-running also requires **Execute Automations**.

## Before you begin

- Identify the automation and date range you want to review.
- If you plan to re-run an execution, confirm its actions are safe to repeat.

## Open Activity

1. Open an automation from **Settings**, then **Automations** ([/settings/automations](https://app.agencytitan.com/settings/automations)).
2. Select **Activity**.
3. Choose **Today**, **7d**, **30d**, **This Month**, or a custom date range.
4. Optionally search the execution list.

The summary shows success rate, completed and failed counts, and a timeline chart. The legend includes **Pending**, **Running**, **Waiting**, **Completed**, **Failed**, **Cancelled**, **Skipped**, and **Dropped**.

![Automation Activity tab with a zero percent success rate, one failed run, date filters, chart, and a Failed Button Link Clicked execution row](/docs/screenshots/automations-v1/run-history.png)

Each row shows the entity when one is available, trigger, status, start time, duration, and step count. Use the refresh control when a running execution has not updated yet.

## Open an execution

Select a row or its view control. The execution detail shows:

- Status, entity, trigger, duration, start time, and execution ID
- An ordered execution timeline
- Each step's time and outcome
- A surfaced error when the run failed
- **Tree** and **Raw** detail views
- **Copy URL**, **Copy ID**, and **Re-run** controls

![Failed automation execution detail with status cards, manual trigger, failed Intentional blocked request step, execution timeline, Re-run control, and Outbound URL host is not allowed error](/docs/screenshots/automations-v1/failed-run-details.png)

## Re-run an execution

Select **Re-run** only after reviewing why the original run failed and what steps can repeat. A re-run can resend messages, create records, update data, or call external systems again.

After re-running, return to **Activity** and open the new execution row. The original run remains in history.

## Expected result

- The selected date range controls the runs and summary counts shown.
- Opening a row shows its complete timeline and surfaced error details.
- A re-run creates a separate execution record.

## Troubleshooting

| Symptom | Likely cause | What to do |
| --- | --- | --- |
| Activity is empty | No runs match the selected date range | Select **30d** or a custom range and refresh |
| Entity shows **Unknown** | The trigger did not provide a recognized entity | Use the trigger, execution ID, and timeline to identify the run |
| Status stays **Running** or **Waiting** | The execution has not reached a terminal state | Refresh and reopen the row before taking action |
| **Re-run** is unavailable | You lack **Execute Automations** | Ask a workspace owner to grant **Execute Automations** |
| Failed row lacks enough context | The summary is condensed | Open the execution and inspect the failed step, error, **Tree**, and **Raw** views |

## Related articles

- [Automations overview](https://www.agencytitan.com/help/automations/overview/): Understand where automations live, how triggers and connected steps work, and how draft, published, active, and inactive states differ.
- [Publish and manage automations](https://www.agencytitan.com/help/automations/publish-and-manage/): Publish and activate an automation, edit a live version safely, restore an older version as a draft, duplicate, organize, or delete.
- [Troubleshoot automations](https://www.agencytitan.com/help/automations/troubleshoot-automations/): Diagnose validation issues, missing runs, inactive automations, and failed steps using the builder and Activity execution details.
