Get dashboard overview with summary statistics
Dashboard overview with key metrics
401 - Not authenticated
import { getDashboardOverview } from "@cpod/sdk";const overview = await getDashboardOverview();console.log(`Total users: ${overview.total_users}`);console.log(`Active projects: ${overview.active_projects}`); Copy
import { getDashboardOverview } from "@cpod/sdk";const overview = await getDashboardOverview();console.log(`Total users: ${overview.total_users}`);console.log(`Active projects: ${overview.active_projects}`);
Get dashboard overview with summary statistics