v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBDashboard
Get dashboard overview metrics
Retrieve key metrics for the dashboard overview cards including total scenarios, simulations, average success rate, and scheduled runs count.
get/dashboard/overview
Query parameters
projectIdstring required
Project identifier
scenarioIdsstring[]
Filter by scenario/simulation reference IDs (comma-separated or array). If not provided, includes all scenarios.
timeWindow'7d' | '30d' | '3m'
Time window for data aggregation. Options: 7d (last 7 days), 30d (last 30 days), 3m (last 3 months)
Response
Dashboard overview metrics retrieved successfully
Example response
{
"totalScenarios": 15,
"totalSimulations": 142,
"avgSuccessRate": 87.5,
"scheduledRuns": 8
}