Analytics & Reporting

Analytics and reports

Organization dashboard reports, CSV export, scheduled email reports, and rollups.

6 min read

Reports (.../reports) use the organization dashboard API:

  • GET .../dashboard/reports — metrics for 7d / 30d / 90d windows
  • CSV export and export metadata endpoints
  • Scheduled reports — monthly email via OrganizationReportSchedule; cron organizationReportsCron

Rollups (OrganizationAnalyticsRollup) store daily/monthly aggregates: users, prompts, approvals, scans, blocked actions, exports.

If the API errors, the overview UI may show fixture fallback data—verify against export or audit logs for critical decisions.

Related articles