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

# Finance & Revenue Report History

> View and download previously generated financial reports from the execution history log in the Finance & Revenue core.

The Report History page (`/fa/reports/runs`) shows all past report executions with their status and download links.

## Overview

The Report History page displays an execution log of all previously generated reports for the current organization. Users can filter by report type and status. The page renders the results in a `ReportRunsTable` component.

Supported report types include: `trial_balance`, `balance_sheet`, `stmt_activities`, `cash_flow`, `functional_expenses`, and `grant_compliance`. Status values include `completed`, `failed`, `pending`, and `running`.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Reports must have been generated previously to appear here.

## Steps

**View report history**

1. Navigate to `/fa/reports/runs`.
2. Optionally filter by **Report Type** and **Status**.
3. Browse the execution history table.

**Download a completed report**

1. Locate the completed run in the table.
2. Use the available download action on that row.

## Key concepts

* **Run**: A single execution of a report definition, tracked via the `useReportRuns` hook and `fa_report_runs` table.
* **Status**: Observed values are `completed`, `failed`, `pending`, `running`.

## Related

<Columns cols={2}>
  <Card title="Finance & Revenue" icon="building-columns" href="/fa/overview">
    Finance & Revenue core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fa.tsx
  * src/cores/fa/pages/ReportRunsPage.tsx
  * src/cores/fa/hooks/useReportRuns.ts
  * src/cores/fa/components/ReportRunsTable.tsx
</Accordion>
