Get total chats statistics
Chat statistics and counts
401 - Not authenticated
import { getTotalChats } from "@cpod/sdk";const stats = await getTotalChats();console.log(`Total chats: ${stats.total}`); Copy
import { getTotalChats } from "@cpod/sdk";const stats = await getTotalChats();console.log(`Total chats: ${stats.total}`);
Get total chats statistics