Report templates
The /reports page has three live tabs:
- Catalog loads
/reports/catalog, whose items are determined by backend source maturity and pillar access. - Templates loads
/report-templatesand shows persisted system and custom definitions. - Runs loads the 20 most recent
/report-runsrecords.
Select Run on a template to call POST /report-templates/:templateID/run with a 25-row preview limit. The page renders the returned columns and rows. Failed runs remain visible with their backend error status.
The exact catalog is dynamic backend data; do not rely on a hard-coded list in documentation. The current page does not create, edit, delete, schedule, generate a file from, or download a template, although those API routes exist.
Related
Loading index…