Saved reports and scheduled reports
The /reports page lists savedQueries created from AI conversations. Each row shows name, description, schedule text, last-run time, and result type.
Use New Report via AI to open the AI Assistant. The current report list does not provide a builder or a pre-built template catalog. Its row-level Run button has no handler, so it does not execute or schedule a report from this page.
The GraphQL schema includes saveQuery and deleteQuery, but this route performs only the savedQueries read. Schedule values are displayed as returned by the backend.
Related
Loading index…