The Report History page (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.
/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 aReportRunsTable 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
No explicit permission gate on this route.Before you start
- Reports must have been generated previously to appear here.
Steps
View report history- Navigate to
/fa/reports/runs. - Optionally filter by Report Type and Status.
- Browse the execution history table.
- Locate the completed run in the table.
- Use the available download action on that row.
Key concepts
- Run: A single execution of a report definition, tracked via the
useReportRunshook andfa_report_runstable. - Status: Observed values are
completed,failed,pending,running.
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
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.
Documentation sources
Documentation sources
- src/routes/fa.tsx
- src/cores/fa/pages/ReportRunsPage.tsx
- src/cores/fa/hooks/useReportRuns.ts
- src/cores/fa/components/ReportRunsTable.tsx