Get expert usage statistics
Array of expert statistics
401 - Not authenticated
import { getExpertStats } from "@cpod/sdk";const stats = await getExpertStats();stats.forEach(expert => { console.log(`${expert.name}: ${expert.usage_count} uses`);}); Copy
import { getExpertStats } from "@cpod/sdk";const stats = await getExpertStats();stats.forEach(expert => { console.log(`${expert.name}: ${expert.usage_count} uses`);});
Get expert usage statistics