Skip to main content

Dashboard

Returns a cached, dashboard-ready snapshot of tenant operational health. Five sections (pipeline, performance, workforce, assets, and knowledge) map to dashboard KPI payloads. Near-zero AI cost at read time; aggregated from the intelligence layer.

GET /dashboard

Tenant pulse snapshot. Query parameters: Response fields: Example:
Force refresh:
Use cases:
  • Home screen: Single call to populate KPI tiles on first load.
  • Mobile summary: Lightweight operational overview without running separate aggregate calls.
  • Health monitoring: Internal or partner views of data coverage and knowledge-base completeness.
  • Scheduled snapshots: n8n cron to archive pulse metrics for trend reporting.
Notes:
  • Cached 5 minutes per tenant; uncached typically 200–800ms, cached under 10ms.
  • Deterministic: the same underlying data yields the same metrics.
  • Returns 502 if search or graph queries fail.