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

# Run History

> View a complete list of all documents generated

The Run History feature provides you with access to a comprehensive record of all document creation attempts within DocsAutomator.

## Key Features

<CardGroup cols={2}>
  <Card title="Dashboard Access" icon="gauge">
    Access your run history directly from your dashboard
  </Card>

  <Card title="Complete Record" icon="list">
    View all document creation attempts
  </Card>

  <Card title="Error Tracking" icon="triangle-exclamation">
    See detailed error messages for failed runs
  </Card>

  <Card title="Search & Filter" icon="filter">
    Find specific documents quickly
  </Card>
</CardGroup>

## What's Included

| Information   | Description                     |
| ------------- | ------------------------------- |
| Document Name | Name of the generated document  |
| Automation    | Which automation was used       |
| Status        | Success, failed, or in progress |
| Timestamp     | When the document was generated |
| PDF URL       | Link to the generated PDF       |
| Error Details | Error messages for failed runs  |

<Note>
  Preview documents are excluded from the run history to keep the list focused on production documents.
</Note>

## Error Tracking

When runs encounter errors, the run history displays:

* The specific error message
* When the error occurred
* Which automation was affected

This information helps you diagnose and troubleshoot issues quickly.

## Accessing Run History

1. Log in to your DocsAutomator dashboard
2. Click on "Run History" in the navigation
3. Browse or search for specific documents
4. Click on any entry to see details

## Use Cases

<AccordionGroup>
  <Accordion title="Troubleshooting">
    Review error messages to identify and fix issues with your automations.
  </Accordion>

  <Accordion title="Auditing">
    Track document generation for compliance and record-keeping purposes.
  </Accordion>

  <Accordion title="Verification">
    Confirm that documents were successfully generated and delivered.
  </Accordion>

  <Accordion title="Re-downloading">
    Find and re-download previously generated documents.
  </Accordion>
</AccordionGroup>
