The Report History screen lists past report generation runs in reverse-chronological order at the in-app routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/cl/report-runs.
Overview
The page is guarded bycl.report_runs.view. Report runs are fetched from cl_report_runs (joined to cl_report_definitions for report name) via useReportRunList. The table displays the report name (or “Ad-hoc” for runs without an associated definition), a status badge (running, completed, failed), the run start timestamp, and the run completion timestamp (or — if not yet complete). The list is shown most-recent-first. When no runs exist, an empty state with a Clock icon prompts the user to run a report from the Report Definitions page.
Who it’s for
Requires permissioncl.report_runs.view.
Before you start
- Permission
cl.report_runs.viewmust be granted. - Report runs are initiated from the Report Definitions page at
/cl/report-definitions(requirescl.report_runs.run).
Steps
Open Report History
Navigate to
/cl/report-runs. The page loads all runs accessible to your organization.Review run status
Each row shows the report name, a status badge (running, completed, or failed), start time, and completion time.
Key concepts
Run status values
Run status values
running (secondary badge), completed (default badge), failed (destructive badge) — from ReportRunStatus in src/cores/cl/types/reporting.ts.Empty and error states
Empty and error states
When no runs have been executed, an empty state with a Clock icon is shown with the message “Run a report from the Report Definitions page to see history here.” A skeleton (header + 96px block) is shown while loading.
Related
Clinical
Overview of the Clinical core.
Governance & parity
Documentation coverage and governance.
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/cl.tsx
- src/cores/cl/pages/ReportRunsHistoryPage.tsx
- src/cores/cl/types/reporting.ts